DewanEja11

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

¿Qué es DewanEja11?

DewanEja11 es una extensión de Chrome desarrollada por dev.tntsb, y su función principal es "This extension shows spelling and grammar proofing results for Malay language.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión DewanEja11

Descarga archivos de extensión DewanEja11 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre DewanEja11 DewanEja11
ID dbbkdhpnhajfpdoedhkmjibdpfffnkcf
URL Oficial https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf
Descripción This extension shows spelling and grammar proofing results for Malay language.
Tamaño del Archivo 594 KB
Cantidad de Instalaciones 289
Versión Actual 1.0
Última Actualización 2021-11-04
Fecha de Publicación 2021-11-03
Desarrollador dev.tntsb
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.tntsb.com
URL de la Página de Ayuda https://www.tntsb.com/knowledge-base/
Idiomas Soportados 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"
    ]
}