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
Eメール [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"
    }
}