DewanEja11
This extension shows spelling and grammar proofing results for Malay language.
Hvad er DewanEja11?
DewanEja11 er en Chrome-udvidelse udviklet af dev.tntsb, og dens hovedfunktion er "This extension shows spelling and grammar proofing results for Malay language.".
Udvidelsesskærmbilleder
Download DewanEja11-udvidelses-CRX-fil
Download DewanEja11-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | DewanEja11 |
ID | dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
Officiel URL | https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
Beskrivelse | This extension shows spelling and grammar proofing results for Malay language. |
Filstørrelse | 594 KB |
Antal Installationer | 289 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-11-04 |
Udgivelsesdato | 2021-11-03 |
Udvikler | dev.tntsb |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.tntsb.com |
Hjælpeside-URL | https://www.tntsb.com/knowledge-base/ |
Understøttede Sprog | 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" ] } |