DewanEja11
This extension shows spelling and grammar proofing results for Malay language.
什么是DewanEja11?
DewanEja11是由dev.tntsb开发的Chrome扩展程序,该扩展的主要功能是“This extension shows spelling and grammar proofing results for Malay language.”。
扩展截图
下载DewanEja11扩展crx文件
下载DewanEja11扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | DewanEja11 |
ID | dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
官方URL | https://chromewebstore.google.com/detail/dewaneja11/dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
简介 | This extension shows spelling and grammar proofing results for Malay language. |
文件大小 | 594 KB |
安装次数 | 289 |
当前版本 | 1.0 |
更新时间 | 2021-11-04 |
上架时间 | 2021-11-03 |
开发者 | dev.tntsb |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.tntsb.com |
帮助页面URL | https://www.tntsb.com/knowledge-base/ |
支持的语言 | 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" ] } |