Tibetan Dictionary

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

Wat is Tibetan Dictionary?

Tibetan Dictionary is een Chrome-extensie ontwikkeld door Kharag Edition, en de belangrijkste functie is "Select a word on the webpage and open popup to look up in the dictionary".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tibetan Dictionary

Download Tibetan Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tibetan Dictionary Tibetan Dictionary
ID adfffbhmkignepdggmlpojjplehfcnma
Officiële URL https://chromewebstore.google.com/detail/tibetan-dictionary/adfffbhmkignepdggmlpojjplehfcnma
Beschrijving Select a word on the webpage and open popup to look up in the dictionary
Bestandsgrootte 2.43 MB
Aantal Installaties 47
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-08-07
Publicatiedatum 2022-08-02
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Kharag Edition
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension
Help Pagina-URL https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension/issues
Ondersteunde Talen 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"
    }
}