Smart Translate with DeepL API

Translate selected text into another language using the DeepL API.

Voici les versions de ce script où le code a été modifié. Voir toutes les versions.

  • v1.3.0 28/12/2024

    Update log (1.2.0 -> 1.3.0)


    Enabling Language Selection for Translation

    It is now possible to select a language other than Japanese for translation. The available languages are listed here: (https://developers.deepl.com/docs/ja/resources/supported-languages#target-languages)


    README Update

    The contents of the README have been updated to reflect the current script specifications.


    Metadata Changes

    The script's metadata has been updated, allowing it to run in more situations. (e.g., ftp://, myapp://)

  • v1.2.0 28/12/2024

    Update log (1.1.0 -> 1.2.0)


    Changed the Method for Storing the API Key

    Previously, the API key was hardcoded into the script. Now, the API key is entered during the first execution of the script and stored in global local storage.


    Support for Updating the API Key

    With the above change, the stored API key can now be updated by pressing Alt + r.

  • v1.1.0 27/12/2024

    Update log (1.0.0 -> 1.1.0)

    Change to Display

    I modified the output so that it is displayed as:

    [source text]
    
    
    ->
    
    
    [result text]
    

    Support for local Files

    Previously, this userscript could not be used with local files. After this update, it is now compatible with local files.


    Change Userscript's Description

  • v1.0.0 27/12/2024