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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haohaa.info และคุณลักษณะหลักของมันคือ "This extension will provide such as Shan-English, Shan-Burmese, Thai-Shan, Pali-Shan and more dictionary from shandictionary.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shan Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย Shan Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}