DewanEja11

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

Cos'è DewanEja11?

DewanEja11 è un'estensione di Chrome sviluppata da dev.tntsb, e la sua funzione principale è "This extension shows spelling and grammar proofing results for Malay language.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DewanEja11

Scarica i file di estensione DewanEja11 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome DewanEja11 DewanEja11
ID dbbkdhpnhajfpdoedhkmjibdpfffnkcf
URL Ufficiale https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf
Descrizione This extension shows spelling and grammar proofing results for Malay language.
Dimensione del File 594 KB
Conteggio Installazioni 289
Versione Corrente 1.0
Ultimo Aggiornamento 2021-11-04
Data di Pubblicazione 2021-11-03
Sviluppatore dev.tntsb
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tntsb.com
URL della Pagina di Aiuto https://www.tntsb.com/knowledge-base/
Lingue Supportate 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"
    ]
}