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
官方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
帮助页面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"
    }
}