Polyglot Translator

Download your translations as a text file.

Co je Polyglot Translator?

Polyglot Translator je rozšíření Chrome vyvinuté maria.sylvester10, a jeho hlavní funkcí je „Download your translations as a text file.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Polyglot Translator

Stáhněte si soubory rozšíření Polyglot Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Polyglot Translator Polyglot Translator
ID ieojcoiagpfojablgfmjchhfonelejam
Oficiální URL https://chromewebstore.google.com/detail/polyglot-translator/ieojcoiagpfojablgfmjchhfonelejam
Popis Download your translations as a text file.
Velikost souboru 1 MB
Počet instalací 92
Aktuální Verze 1.0
Poslední Aktualizace 2021-04-01
Datum Vydání 2021-03-31
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář maria.sylvester10
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}