Polyglot Translator

Download your translations as a text file.

Vad är Polyglot Translator?

Polyglot Translator är en Chrome-tillägg utvecklad av maria.sylvester10, och dess huvudfunktion är "Download your translations as a text file.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Polyglot Translator-förlängningens CRX-fil

Ladda ner Polyglot Translator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Polyglot Translator Polyglot Translator
ID ieojcoiagpfojablgfmjchhfonelejam
Officiell webbadress https://chromewebstore.google.com/detail/polyglot-translator/ieojcoiagpfojablgfmjchhfonelejam
Beskrivning Download your translations as a text file.
Filstorlek 1 MB
Antal Installationer 92
Aktuell Version 1.0
Senast Uppdaterad 2021-04-01
Publiceringsdatum 2021-03-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare maria.sylvester10
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}