Tibetan Dictionary

Select a word on the webpage and open popup to look up in the dictionary

Hvad er Tibetan Dictionary?

Tibetan Dictionary er en Chrome-udvidelse udviklet af Kharag Edition, og dens hovedfunktion er "Select a word on the webpage and open popup to look up in the dictionary".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Tibetan Dictionary-udvidelses-CRX-fil

Download Tibetan Dictionary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Simple Tibetan dictionary  plugin that let you look for word meaning by simply entering the word in textbox.                    

Grundlæggende oplysninger om udvidelsen

Navn Tibetan Dictionary Tibetan Dictionary
ID adfffbhmkignepdggmlpojjplehfcnma
Officiel URL https://chromewebstore.google.com/detail/tibetan-dictionary/adfffbhmkignepdggmlpojjplehfcnma
Beskrivelse Select a word on the webpage and open popup to look up in the dictionary
Filstørrelse 2.43 MB
Antal Installationer 47
Nuværende Version 1.0.1
Senest Opdateret 2022-08-07
Udgivelsesdato 2022-08-02
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Kharag Edition
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension
Hjælpeside-URL https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tibetan Dictionary",
    "description": "Select a word on the webpage and open popup to look up in the dictionary",
    "manifest_version": 3,
    "version": "1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ],
    "author": "KharagEdition",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "32": "assets\/icon32.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}