DewanEja11

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

What is DewanEja11?

DewanEja11 is a Chrome extension developed by dev.tntsb, and its main feature is "This extension shows spelling and grammar proofing results for Malay language.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download DewanEja11 Extension CRX File

Download DewanEja11 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

                        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                    

Extension Basic Information

Name DewanEja11 DewanEja11
ID dbbkdhpnhajfpdoedhkmjibdpfffnkcf
Official URL https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf
Description This extension shows spelling and grammar proofing results for Malay language.
File Size 594 KB
Installation Count 289
Current Version 1.0
Last Updated 2021-11-04
Publish Date 2021-11-03
Developer dev.tntsb
Email [email protected]
Payment Type free
Extension Website https://www.tntsb.com
Help Page URL https://www.tntsb.com/knowledge-base/
Supported Languages 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"
    ]
}