QuranVerse
QuranVerse is a chrome extension that displays a random verse when you open a new tab.
What is QuranVerse?
QuranVerse is a Chrome extension developed by ninefourteen, and its main feature is "QuranVerse is a chrome extension that displays a random verse when you open a new tab.".
Extension Screenshots
Download QuranVerse Extension CRX File
Download QuranVerse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | chfihpleinkadpemgfipejlehogogkkp |
Official URL | https://chrome.google.com/webstore/detail/quranverse/chfihpleinkadpemgfipejlehogogkkp |
Description | QuranVerse is a chrome extension that displays a random verse when you open a new tab. |
File Size | 7.04 MB |
Installation Count | 181 |
Current Version | 0.9.4 |
Last Updated | 2018-06-05 |
Publish Date | 2018-06-05 |
Rating | 5.00/5 Total 7 Ratings |
Developer | ninefourteen |
[email protected] | |
Payment Type | free |
Extension Website | http://bit.ly/2Ld6bgf |
Help Page URL | http://bit.ly/2Ld6bgf |
Supported Languages | 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" ] } |