QuranVerse
QuranVerse is a chrome extension that displays a random verse when you open a new tab.
什么是QuranVerse?
QuranVerse是由ninefourteen开发的Chrome扩展程序,该扩展的主要功能是“QuranVerse is a chrome extension that displays a random verse when you open a new tab.”。
扩展截图
下载QuranVerse扩展crx文件
下载QuranVerse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
QuranVerse is a chrome extension that displays a random verse when you open a new tab. A simple way to read, listen and study the Holy Quran. Hotkeys: - RIGHT ARROW : next verse. - LEFT ARROW : previous verse. - UP ARROW : next surah. - DOWN ARROW : previous surah. - SPACEBAR : random verse. - C : copy verse to clipboard. - P : play/pause audio.
扩展基本信息
名称 | |
ID | chfihpleinkadpemgfipejlehogogkkp |
官方URL | https://chrome.google.com/webstore/detail/quranverse/chfihpleinkadpemgfipejlehogogkkp |
简介 | QuranVerse is a chrome extension that displays a random verse when you open a new tab. |
文件大小 | 7.04 MB |
安装次数 | 181 |
当前版本 | 0.9.4 |
更新时间 | 2018-06-05 |
上架时间 | 2018-06-05 |
评分 | 5.00/5 共7次评分 |
开发者 | ninefourteen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://bit.ly/2Ld6bgf |
帮助页面URL | http://bit.ly/2Ld6bgf |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuranVerse", "description": "QuranVerse is a chrome extension that displays a random verse when you open a new tab.", "version": "0.9.4", "manifest_version": 2, "icons": { "24": "icons\/icon_24.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "QuranVerse" }, "chrome_url_overrides": { "newtab": "tab\/tab.html" }, "permissions": [ "activeTab" ] } |