Shan Dictionary

This extension will provide such as Shan-English, Shan-Burmese, Thai-Shan, Pali-Shan and more dictionary from shandictionary.com

Shan Dictionary란 무엇입니까?

Shan Dictionary은(는) haohaa.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will provide such as Shan-English, Shan-Burmese, Thai-Shan, Pali-Shan and more dictionary from shandictionary.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Shan Dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        View Shan's dictionary easily as you browse the web. shandictionary.com

Highlight or right-click on a section of text and click on icon next to it to view dictionary and translate word in language such as Shan to English, Shan to Burmese ,  Thai to Shan, Pali to Shan and more, or click the Shan's dictionary icon on the browser toolbar to enter word to see translation.

Version 1.3.0:
change: migrate to API version 2
fixed: re-order dic-selector alphabetize                    

확장 프로그램 기본 정보

이름 Shan Dictionary Shan Dictionary
ID fknapdeokkmbkanlhmjcoachkoigfenj
공식 URL https://chromewebstore.google.com/detail/shan-dictionary/fknapdeokkmbkanlhmjcoachkoigfenj
설명 This extension will provide such as Shan-English, Shan-Burmese, Thai-Shan, Pali-Shan and more dictionary from shandictionary.com
파일 크기 813 KB
설치 횟수 79
현재 버전 1.3.0
최근 업데이트 2023-05-15
출시 날짜 2022-09-07
개발자 haohaa.info
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.shandictionary.com/
도움말 페이지 URL https://www.shandictionary.com/credit
개인정보 보호 정책 페이지 URL https://www.shandictionary.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shan Dictionary",
    "description": "This extension will provide such as Shan-English, Shan-Burmese, Thai-Shan, Pali-Shan and more dictionary from shandictionary.com",
    "version": "1.3.0",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "64": "assets\/images\/icon64.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_title": "Shan Dictionary",
        "default_icon": "assets\/images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/icon.png",
                "assets\/css\/fontawesome.min.css",
                "assets\/css\/regular.min.css",
                "assets\/css\/solid.min.css",
                "assets\/fonts\/fa-regular-400.woff2",
                "assets\/fonts\/fa-solid-900.woff2",
                "assets\/fonts\/Shan.woff"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "html": [
                "main.html"
            ],
            "css": [
                "main.css",
                "assets\/css\/fontawesome.min.css",
                "assets\/css\/regular.min.css",
                "assets\/css\/solid.min.css"
            ],
            "js": [
                "main.js",
                "text-to-speech.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": ".\/options\/options.html"
    },
    "permissions": [
        "storage"
    ]
}