-glish

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

-glish क्या है?

-glish julian.s.vanecek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vocab learner with common foreign words injected into your english websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में -glish एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम -glish -glish
ID jfheijenmheiialipkmahkhcdmfefclb
आधिकारिक URL https://chromewebstore.google.com/detail/glish/jfheijenmheiialipkmahkhcdmfefclb
विवरण Vocab learner with common foreign words injected into your english websites.
फ़ाइल का आकार 1.98 MB
स्थापना संख्या 17
वर्तमान संस्करण 1.008
अंतिम अपडेट 2023-03-16
प्रकाशन तिथि 2023-03-10
डेवलपर julian.s.vanecek
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://jsvan.github.io/glishprivacypolicy.html
समर्थित भाषाएँ 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"
}