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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will provide such as Shan-English, Shan-Burmese, Thai-Shan, Pali-Shan and more dictionary from shandictionary.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shan Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}