DewanEja11

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

Co to jest DewanEja11?

DewanEja11 to rozszerzenie Chrome opracowane przez dev.tntsb, a jego główną funkcją jest „This extension shows spelling and grammar proofing results for Malay language.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DewanEja11

Pobierz pliki rozszerzeń DewanEja11 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa DewanEja11 DewanEja11
ID dbbkdhpnhajfpdoedhkmjibdpfffnkcf
Oficjalny URL https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf
Opis This extension shows spelling and grammar proofing results for Malay language.
Rozmiar pliku 594 KB
Liczba instalacji 289
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-11-04
Data Publikacji 2021-11-03
Deweloper dev.tntsb
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.tntsb.com
Adres URL Strony Pomocy https://www.tntsb.com/knowledge-base/
Obsługiwane Języki 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"
    ]
}