DewanEja11
This extension shows spelling and grammar proofing results for Malay language.
Was ist DewanEja11?
DewanEja11 ist eine Chrome-Erweiterung, die von dev.tntsb entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows spelling and grammar proofing results for Malay language.".
Erweiterungsscreenshots
DewanEja11-Erweiterungs-CRX-Datei herunterladen
Laden Sie DewanEja11-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
| Offizielle URL | https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
| Beschreibung | This extension shows spelling and grammar proofing results for Malay language. |
| Dateigröße | 594 KB |
| Installationsanzahl | 289 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-11-04 |
| Veröffentlichungsdatum | 2021-11-03 |
| Entwickler | dev.tntsb |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.tntsb.com |
| Hilfeseite URL | https://www.tntsb.com/knowledge-base/ |
| Unterstützte Sprachen | 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"
]
} | |