Tibetan Dictionary

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

ما هو Tibetan Dictionary؟

Tibetan Dictionary هو إضافة Chrome تم تطويرها بواسطة Kharag Edition، والميزة الرئيسية لها هي "Select a word on the webpage and open popup to look up in the dictionary".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Tibetan Dictionary

قم بتنزيل ملفات الامتداد Tibetan Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Tibetan Dictionary Tibetan Dictionary
ID adfffbhmkignepdggmlpojjplehfcnma
عنوان URL الرسمي https://chromewebstore.google.com/detail/tibetan-dictionary/adfffbhmkignepdggmlpojjplehfcnma
الوصف Select a word on the webpage and open popup to look up in the dictionary
حجم الملف 2.43 MB
عدد التثبيتات 47
النسخة الحالية 1.0.1
آخر تحديث 2022-08-07
تاريخ النشر 2022-08-02
تقييم 5.00/5 مجموع تقييمات 4
المطور Kharag Edition
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension
عنوان صفحة المساعدة https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension/issues
اللغات المدعومة 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"
    }
}