Smart Translate with DeepL API

Translate selected text into another language using the DeepL API.

這裡顯示腳本的所有版本。 只顯示彼此間有代碼差異的版本。

  • v1.3.0 2024-12-28

    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 2024-12-28

    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 2024-12-27

    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 2024-12-27
  • v1.0.0 2024-12-27