Tibetan Dictionary

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

Qu'est-ce que Tibetan Dictionary ?

Tibetan Dictionary est une extension Chrome développée par Kharag Edition, et sa fonction principale est "Select a word on the webpage and open popup to look up in the dictionary".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tibetan Dictionary

Téléchargez les fichiers d'extension Tibetan Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Tibetan Dictionary Tibetan Dictionary
ID adfffbhmkignepdggmlpojjplehfcnma
URL Officiel https://chromewebstore.google.com/detail/tibetan-dictionary/adfffbhmkignepdggmlpojjplehfcnma
Description Select a word on the webpage and open popup to look up in the dictionary
Taille du Fichier 2.43 MB
Nombre d'Installations 47
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-08-07
Date de Publication 2022-08-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur Kharag Edition
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension
URL de la Page d'Aide https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension/issues
Langues Prises en Charge 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"
    }
}