DewanEja11

This extension shows spelling and grammar proofing results for Malay language.

DewanEja11คืออะไร?

DewanEja11 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.tntsb และคุณลักษณะหลักของมันคือ "This extension shows spelling and grammar proofing results for Malay language."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DewanEja11

ดาวน์โหลดไฟล์ส่วนขยาย DewanEja11 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DewanEja11 is the #1 Proofing Tools for Malaysians that helps you write better and learn faster. It helps you write correct Malay language in terms of both spelling and — for the first time — grammar, with our patented linguistic technology.
This extension requires the desktop app DewanEja11 to work. Please download and install it at: https://www.tntsb.com/download/DewanEja11SETUP.exe                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DewanEja11 DewanEja11
ID dbbkdhpnhajfpdoedhkmjibdpfffnkcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf
คำอธิบาย This extension shows spelling and grammar proofing results for Malay language.
ขนาดไฟล์ 594 KB
จำนวนการติดตั้ง 289
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-11-04
วันที่เผยแพร่ 2021-11-03
ผู้พัฒนา dev.tntsb
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tntsb.com
URL หน้าช่วยเหลือ https://www.tntsb.com/knowledge-base/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DewanEja11",
    "description": "This extension shows spelling and grammar proofing results for Malay language.",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Check Malay spelling and grammar with DewanEja11"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}