Shan Dictionary

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

Vad är Shan Dictionary?

Shan Dictionary är en Chrome-tillägg utvecklad av haohaa.info, och dess huvudfunktion är "This extension will provide such as Shan-English, Shan-Burmese, Thai-Shan, Pali-Shan and more dictionary from shandictionary.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Shan Dictionary-förlängningens CRX-fil

Ladda ner Shan Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Shan Dictionary Shan Dictionary
ID fknapdeokkmbkanlhmjcoachkoigfenj
Officiell webbadress https://chromewebstore.google.com/detail/shan-dictionary/fknapdeokkmbkanlhmjcoachkoigfenj
Beskrivning This extension will provide such as Shan-English, Shan-Burmese, Thai-Shan, Pali-Shan and more dictionary from shandictionary.com
Filstorlek 813 KB
Antal Installationer 79
Aktuell Version 1.3.0
Senast Uppdaterad 2023-05-15
Publiceringsdatum 2022-09-07
Utvecklare haohaa.info
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.shandictionary.com/
Hjälpsida URL https://www.shandictionary.com/credit
URL till Sekretesspolicy Sidan https://www.shandictionary.com/privacy-policy
Stödda Språk 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"
    ]
}