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
公式URL 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
Eメール [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
}