DewanEja11

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

Wat is DewanEja11?

DewanEja11 is een Chrome-extensie ontwikkeld door dev.tntsb, en de belangrijkste functie is "This extension shows spelling and grammar proofing results for Malay language.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DewanEja11

Download DewanEja11-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam DewanEja11 DewanEja11
ID dbbkdhpnhajfpdoedhkmjibdpfffnkcf
Officiële URL https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf
Beschrijving This extension shows spelling and grammar proofing results for Malay language.
Bestandsgrootte 594 KB
Aantal Installaties 289
Huidige Versie 1.0
Laatst Bijgewerkt 2021-11-04
Publicatiedatum 2021-11-03
Ontwikkelaar dev.tntsb
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.tntsb.com
Help Pagina-URL https://www.tntsb.com/knowledge-base/
Ondersteunde Talen 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"
    ]
}