DewanEja11
This extension shows spelling and grammar proofing results for Malay language.
Что такое DewanEja11?
DewanEja11 - это расширение Chrome, разработанное dev.tntsb, и его основная функция - "This extension shows spelling and grammar proofing results for Malay language.".
Снимки экрана расширения
Скачать файл CRX расширения DewanEja11
Скачайте файлы расширений 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 |
| Официальный 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"
]
} | |