শুদ্ধশব্দ-Shuddhoshabdo

Spellcheck Bengali unicode text.

What is শুদ্ধশব্দ-Shuddhoshabdo?

শুদ্ধশব্দ-Shuddhoshabdo is a Chrome extension developed by shuddhoshabdo, and its main feature is "Spellcheck Bengali unicode text.".

Extension Screenshots

screenshot
screenshot

Download শুদ্ধশব্দ-Shuddhoshabdo Extension CRX File

Download শুদ্ধশব্দ-Shuddhoshabdo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shuddhoshabdo is bangla spelling service. It checks bangla spelling during typing in any websites. This extension works with all chromimum based browser. 
Shuddhoshabdo bangla spellchecker in existance since 2005.  shuddhoshabdo add-in for Microsoft word still used by thousands of users. This is the only Bangla spellchecker which is used by professional industry such as book publishers and news papers. 
This service will be free as described conditions in shuddhoshabdo.com license agreement.
0.4.5 -registration related bug fix 
0.4.6-bug fix                    

Extension Basic Information

Name শুদ্ধশব্দ-Shuddhoshabdo শুদ্ধশব্দ-Shuddhoshabdo
ID podcfioipcbkmbfnejoackfmecakehpi
Official URL https://chrome.google.com/webstore/detail/%E0%A6%B6%E0%A7%81%E0%A6%A6%E0%A7%8D%E0%A6%A7%E0%A6%B6%E0%A6%AC%E0%A7%8D%E0%A6%A6-shuddhoshabdo/podcfioipcbkmbfnejoackfmecakehpi
Description Spellcheck Bengali unicode text.
File Size 215 KB
Installation Count 344
Current Version 0.4.6
Last Updated 2021-05-31
Publish Date 2021-05-31
Rating 4.86/5 Total 7 Ratings
Developer shuddhoshabdo
Email [email protected]
Payment Type free
Extension Website https://shuddhoshabdo.com/
Privacy Policy Page URL https://shuddhoshabdo.com/Home/Privacy
Supported Languages bn
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u09b6\u09c1\u09a6\u09cd\u09a7\u09b6\u09ac\u09cd\u09a6-Shuddhoshabdo",
    "version": "0.4.6",
    "description": "Spellcheck Bengali unicode text.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/appcodes\/serve-shuddhoshabdo.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "\/CSS\/css_spelling.css"
            ],
            "js": [
                "\/appcodes\/shuddhoshabdo-dna.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "16": "\/ext_images\/icon-128-shuddhoshabdo.png",
        "48": "\/ext_images\/icon-128-shuddhoshabdo.png",
        "128": "\/ext_images\/icon-128-shuddhoshabdo.png"
    },
    "browser_action": {
        "default_title": "\u09b6\u09c1\u09a6\u09cd\u09a7\u09b6\u09ac\u09cd\u09a6 \u09ac\u09be\u0982\u09b2\u09be \u09b8\u09cd\u09aa\u09c7\u09b2\u099a\u0995\u09be\u09b0 (Shuddhoshabdo Bangla Spellchecker)",
        "default_popup": "\/pages\/popup.html"
    }
}