DewanEja11
This extension shows spelling and grammar proofing results for Malay language.
Co je DewanEja11?
DewanEja11 je rozšíření Chrome vyvinuté dev.tntsb, a jeho hlavní funkcí je „This extension shows spelling and grammar proofing results for Malay language.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DewanEja11
Stáhněte si soubory rozšíření DewanEja11 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | DewanEja11 |
ID | dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
Oficiální URL | https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
Popis | This extension shows spelling and grammar proofing results for Malay language. |
Velikost souboru | 594 KB |
Počet instalací | 289 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-11-04 |
Datum Vydání | 2021-11-03 |
Vývojář | dev.tntsb |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.tntsb.com |
URL Stránky Nápovědy | https://www.tntsb.com/knowledge-base/ |
Podporované Jazyky | 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" ] } |