Quran Annotate
Save vocabulary to memorize while reading the Quran.
ما هو Quran Annotate؟
Quran Annotate هو إضافة Chrome تم تطويرها بواسطة quranannotate، والميزة الرئيسية لها هي "Save vocabulary to memorize while reading the Quran.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quran Annotate
قم بتنزيل ملفات الامتداد Quran Annotate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this extension to save vocabulary while you are reading the Quran online. It currently works with https://quranwbw.com for and https://equranlibrary.com. You can view your saved vocabulary list on the extension page.
معلومات أساسية عن التمديد
الاسم | Quran Annotate |
ID | glecejlnidccgagdfdjpboknhmfalhhh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh |
الوصف | Save vocabulary to memorize while reading the Quran. |
حجم الملف | 1.43 MB |
عدد التثبيتات | 24 |
النسخة الحالية | 0.0.0.3 |
آخر تحديث | 2019-09-15 |
تاريخ النشر | 2019-09-14 |
المطور | quranannotate |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quran Annotate", "version": "0.0.0.3", "manifest_version": 2, "description": "Save vocabulary to memorize while reading the Quran.", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/32.png", "128": "icon\/128.png" }, "permissions": [ "storage", "downloads" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "title": "See your vocabulary" }, "content_scripts": [ { "matches": [ "*:\/\/*.quranwbw.com\/*" ], "js": [ "quranwbw.js" ] }, { "matches": [ "*:\/\/*.equranlibrary.com\/*" ], "js": [ "equranlibrary.js" ] } ] } |