Quran Annotate
Save vocabulary to memorize while reading the Quran.
什么是Quran Annotate?
Quran Annotate是由quranannotate开发的Chrome扩展程序,该扩展的主要功能是“Save vocabulary to memorize while reading the Quran.”。
扩展截图
下载Quran Annotate扩展crx文件
下载Quran Annotate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |