DewanEja11
This extension shows spelling and grammar proofing results for Malay language.
Qu'est-ce que DewanEja11 ?
DewanEja11 est une extension Chrome développée par dev.tntsb, et sa fonction principale est "This extension shows spelling and grammar proofing results for Malay language.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DewanEja11
Téléchargez les fichiers d'extension DewanEja11 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | DewanEja11 |
ID | dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
URL Officiel | https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
Description | This extension shows spelling and grammar proofing results for Malay language. |
Taille du Fichier | 594 KB |
Nombre d'Installations | 289 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-11-04 |
Date de Publication | 2021-11-03 |
Développeur | dev.tntsb |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.tntsb.com |
URL de la Page d'Aide | https://www.tntsb.com/knowledge-base/ |
Langues Prises en Charge | 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" ] } |