DewanEja11

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

DewanEja11 क्या है?

DewanEja11 dev.tntsb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows spelling and grammar proofing results for Malay language."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DewanEja11 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}