Polyglot Translator

Download your translations as a text file.

What is Polyglot Translator?

Polyglot Translator is a Chrome extension developed by maria.sylvester10, and its main feature is "Download your translations as a text file.".

Extension Screenshots

screenshot
screenshot

Download Polyglot Translator Extension CRX File

Download Polyglot Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Polyglot Translator Polyglot Translator
ID ieojcoiagpfojablgfmjchhfonelejam
Official URL https://chromewebstore.google.com/detail/polyglot-translator/ieojcoiagpfojablgfmjchhfonelejam
Description Download your translations as a text file.
File Size 1 MB
Installation Count 92
Current Version 1.0
Last Updated 2021-04-01
Publish Date 2021-03-31
Rating 5.00/5 Total 1 Ratings
Developer maria.sylvester10
Email [email protected]
Payment Type free
Supported Languages 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
}