শুদ্ধশব্দ-Shuddhoshabdo

Spellcheck Bengali unicode text.

শুদ্ধশব্দ-Shuddhoshabdoคืออะไร?

শুদ্ধশব্দ-Shuddhoshabdo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shuddhoshabdo และคุณลักษณะหลักของมันคือ "Spellcheck Bengali unicode text."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย শুদ্ধশব্দ-Shuddhoshabdo

ดาวน์โหลดไฟล์ส่วนขยาย শুদ্ধশব্দ-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
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
คำอธิบาย 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"
    }
}