-glish

Vocab learner with common foreign words injected into your english websites.

Apa itu -glish?

-glish adalah ekstensi Chrome yang dikembangkan oleh julian.s.vanecek, dan fitur utamanya adalah "Vocab learner with common foreign words injected into your english websites.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi -glish

Unduh file ekstensi -glish dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Practice foreign languages while you surf the web! Automatically translate words within your web page into a foreign language based on your vocabulary level. Use while surfing the web entirely in a foreign language is too difficult. 

Familiarize yourself with the words you tend to see on a daily basis, and practice word recognition with words within a meaningful context, similar to flash card practice. Click on any word to flip through many possible translations! Check out the Quiz Mode to test your knowledge.
 
Choose from 35 languages. Practice up to 4,300 of the most common words. Private, fast and free. All computation local. While the app has access to every web page, the app does not send data anywhere. 

Practice your knowledge with Quiz Mode.

I recommend giving the app permission to run on every page automatically.                    

Informasi Dasar Ekstensi

Nama -glish -glish
ID jfheijenmheiialipkmahkhcdmfefclb
URL Resmi https://chromewebstore.google.com/detail/glish/jfheijenmheiialipkmahkhcdmfefclb
Deskripsi Vocab learner with common foreign words injected into your english websites.
Ukuran File 1.98 MB
Jumlah Instalasi 17
Versi Saat Ini 1.008
Terakhir Diperbarui 2023-03-16
Tanggal Publikasi 2023-03-10
Pengembang julian.s.vanecek
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://jsvan.github.io/glishprivacypolicy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "-glish",
    "version": "1.008",
    "description": "Vocab learner with common foreign words injected into your english websites.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/translate.js"
            ],
            "css": [
                "src\/hoverover.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "src\/popup.html",
        "default_title": "-glish",
        "default_icon": {
            "16": "images\/-g16.png",
            "32": "images\/-g32.png",
            "48": "images\/-g48.png",
            "128": "images\/-g128.png"
        }
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "icons": {
        "16": "images\/-g16.png",
        "32": "images\/-g32.png",
        "48": "images\/-g48.png",
        "128": "images\/-g128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "external\/KoFi.js",
                "updated_langauge_packs\/available_languages.txt",
                "updated_language_packs\/*.txt"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88"
}