Tibetan Dictionary

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

什麼是Tibetan Dictionary?

Tibetan Dictionary是由Kharag Edition開發的Chrome擴展程式,該擴展的主要功能是“Select a word on the webpage and open popup to look up in the dictionary”。

擴展截圖

screenshot
screenshot

下載Tibetan Dictionary擴展crx文件

下載Tibetan Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Tibetan Dictionary Tibetan Dictionary
ID adfffbhmkignepdggmlpojjplehfcnma
官方網址 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
說明頁面URL 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"
    }
}