DewanEja11
This extension shows spelling and grammar proofing results for Malay language.
DewanEja11 là gì?
DewanEja11 là một tiện ích mở rộng Chrome được phát triển bởi dev.tntsb, và tính năng chính của nó là "This extension shows spelling and grammar proofing results for Malay language.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DewanEja11
Tải xuống các tệp mở rộng DewanEja11 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DewanEja11 |
ID | dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
URL Chính Thức | https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
Mô tả | This extension shows spelling and grammar proofing results for Malay language. |
Kích Thước Tệp | 594 KB |
Số Lần Cài Đặt | 289 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-11-04 |
Ngày Phát Hành | 2021-11-03 |
Nhà Phát Triển | dev.tntsb |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.tntsb.com |
URL Trang Trợ Giúp | https://www.tntsb.com/knowledge-base/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |