DewanEja11

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

DewanEja11とは何ですか?

DewanEja11はdev.tntsbによって開発されたChromeの拡張機能で、その主な機能は「This extension shows spelling and grammar proofing results for Malay language.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

DewanEja11拡張機能のCRXファイルをダウンロード

DewanEja11拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 DewanEja11 DewanEja11
ID dbbkdhpnhajfpdoedhkmjibdpfffnkcf
公式URL https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf
説明 This extension shows spelling and grammar proofing results for Malay language.
ファイルサイズ 594 KB
インストール数 289
現在のバージョン 1.0
最終更新日 2021-11-04
公開日 2021-11-03
開発者 dev.tntsb
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.tntsb.com
ヘルプページのURL https://www.tntsb.com/knowledge-base/
対応言語 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"
    ]
}