Polyglot Translator

Download your translations as a text file.

什麼是Polyglot Translator?

Polyglot Translator是由maria.sylvester10開發的Chrome擴展程式,該擴展的主要功能是“Download your translations as a text file.”。

擴展截圖

screenshot
screenshot

下載Polyglot Translator擴展crx文件

下載Polyglot Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Effortlessly download all of your translations produced by nicetranslator.com.

1. After installation, open the Polyglot Translator extension and click 'Launch.' This will open the nicetranslator website in a new tab. 

2. Once you've used the nicetranslator site to produce all of your required translations, simply open the Polyglot Translator extension and click 'Download.'

Your translations will be downloaded into a single text file.                    

擴展基本資訊

名稱 Polyglot Translator Polyglot Translator
ID ieojcoiagpfojablgfmjchhfonelejam
官方網址 https://chromewebstore.google.com/detail/polyglot-translator/ieojcoiagpfojablgfmjchhfonelejam
簡介 Download your translations as a text file.
檔案大小 1 MB
安裝次數 92
目前版本 1.0
更新時間 2021-04-01
上架時間 2021-03-31
評分 5.00/5 共 1 次評分
開發者 maria.sylvester10
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polyglot Translator",
    "description": "Download your translations as a text file.",
    "version": "1.0",
    "permissions": [
        "https:\/\/nicetranslator.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "manifest_version": 2
}