Polyglot Translator

Download your translations as a text file.

Was ist Polyglot Translator?

Polyglot Translator ist eine Chrome-Erweiterung, die von maria.sylvester10 entwickelt wurde, und ihr Hauptmerkmal ist "Download your translations as a text file.".

Erweiterungsscreenshots

screenshot
screenshot

Polyglot Translator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Polyglot Translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Polyglot Translator Polyglot Translator
ID ieojcoiagpfojablgfmjchhfonelejam
Offizielle URL https://chromewebstore.google.com/detail/polyglot-translator/ieojcoiagpfojablgfmjchhfonelejam
Beschreibung Download your translations as a text file.
Dateigröße 1 MB
Installationsanzahl 92
Aktuelle Version 1.0
Letztes Update 2021-04-01
Veröffentlichungsdatum 2021-03-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler maria.sylvester10
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}