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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}