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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |