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 擴展基本資訊
| 名稱 | |
| ID | dbbkdhpnhajfpdoedhkmjibdpfffnkcf |
| 官方網址 | 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"
]
} | |