Polyglot Translator

Download your translations as a text file.

Co to jest Polyglot Translator?

Polyglot Translator to rozszerzenie Chrome opracowane przez maria.sylvester10, a jego główną funkcją jest „Download your translations as a text file.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Polyglot Translator

Pobierz pliki rozszerzeń Polyglot Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Polyglot Translator Polyglot Translator
ID ieojcoiagpfojablgfmjchhfonelejam
Oficjalny URL https://chromewebstore.google.com/detail/polyglot-translator/ieojcoiagpfojablgfmjchhfonelejam
Opis Download your translations as a text file.
Rozmiar pliku 1 MB
Liczba instalacji 92
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-04-01
Data Publikacji 2021-03-31
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper maria.sylvester10
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}