শুদ্ধশব্দ-Shuddhoshabdo

Spellcheck Bengali unicode text.

什麼是শুদ্ধশব্দ-Shuddhoshabdo?

শুদ্ধশব্দ-Shuddhoshabdo是由shuddhoshabdo開發的Chrome擴展程式,該擴展的主要功能是“Spellcheck Bengali unicode text.”。

擴展截圖

screenshot
screenshot

下載শুদ্ধশব্দ-Shuddhoshabdo擴展crx文件

下載শুদ্ধশব্দ-Shuddhoshabdo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 শুদ্ধশব্দ-Shuddhoshabdo শুদ্ধশব্দ-Shuddhoshabdo
ID podcfioipcbkmbfnejoackfmecakehpi
官方網址 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
簡介 Spellcheck Bengali unicode text.
檔案大小 215 KB
安裝次數 344
目前版本 0.4.6
更新時間 2021-05-31
上架時間 2021-05-31
評分 4.86/5 共 7 次評分
開發者 shuddhoshabdo
電子郵箱 [email protected]
付費類型 free
擴展官網 https://shuddhoshabdo.com/
隱私政策頁面URL https://shuddhoshabdo.com/Home/Privacy
支援的語言 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"
    }
}