thai2english

Extension uses thai2english.com to translate Thai to English. I decided to create this extension, because thai2english usually…

Co to jest thai2english?

thai2english to rozszerzenie Chrome opracowane przez Matus Lestan, a jego główną funkcją jest „Extension uses thai2english.com to translate Thai to English. I decided to create this extension, because thai2english usually…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia thai2english

Pobierz pliki rozszerzeń thai2english 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

                        Extension uses thai2english.com to translate Thai to English. 
I decided to create this extension, because thai2english usually provides better translation than Google Translate.
This extension is not officially made by thai2english.com and I am not anyhow related with the website.                    

Podstawowe informacje o rozszerzeniu

Nazwa thai2english thai2english
ID fkingdmaajffemijomilpbcghofibiec
Oficjalny URL https://chrome.google.com/webstore/detail/thai2english/fkingdmaajffemijomilpbcghofibiec
Opis Extension uses thai2english.com to translate Thai to English. I decided to create this extension, because thai2english usually…
Rozmiar pliku 178 KB
Liczba instalacji 113
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper Matus Lestan
Typ Płatności free
Adres URL Strony Pomocy https://github.com/madvas/thai2english-chrome-extension
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "thai2english",
    "version": "1.0.4",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "compiled\/content_script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "https:\/\/www.thai2english.com\/"
    ],
    "manifest_version": 2
}