Tibetan Dictionary

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

Apa itu Tibetan Dictionary?

Tibetan Dictionary adalah ekstensi Chrome yang dikembangkan oleh Kharag Edition, dan fitur utamanya adalah "Select a word on the webpage and open popup to look up in the dictionary".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tibetan Dictionary

Unduh file ekstensi Tibetan Dictionary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Tibetan Dictionary Tibetan Dictionary
ID adfffbhmkignepdggmlpojjplehfcnma
URL Resmi https://chromewebstore.google.com/detail/tibetan-dictionary/adfffbhmkignepdggmlpojjplehfcnma
Deskripsi Select a word on the webpage and open popup to look up in the dictionary
Ukuran File 2.43 MB
Jumlah Instalasi 47
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-08-07
Tanggal Publikasi 2022-08-02
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Kharag Edition
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension
URL Halaman Bantuan https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension/issues
Bahasa yang Didukung 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"
    }
}