Quran Copy
Find and optionally copy verses of the Quran to the clipboard
What is Quran Copy?
Quran Copy is a Chrome extension developed by https://www.lightofthefurqan.com, and its main feature is "Find and optionally copy verses of the Quran to the clipboard".
Extension Screenshots
Download Quran Copy Extension CRX File
Download Quran Copy 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
An extension to quickly access verses within the Quran. The extension can retrieve either just the Arabic text of the verses or, additionally, the English translation. There are multiple English translations to choose from. Retrieved verses can be copied using the copy button.
Extension Basic Information
Name | Quran Copy |
ID | pacmiojfcmnfpnhenecnjhehoffmeopl |
Official URL | https://chromewebstore.google.com/detail/quran-copy/pacmiojfcmnfpnhenecnjhehoffmeopl |
Description | Find and optionally copy verses of the Quran to the clipboard |
File Size | 2.05 MB |
Installation Count | 423 |
Current Version | 1.0 |
Last Updated | 2018-07-04 |
Publish Date | 2018-07-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.lightofthefurqan.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quran Copy", "version": "1.0", "description": "Find and optionally copy verses of the Quran to the clipboard", "background": { "scripts": [ "thirdParty\/jquery-3.3.1.min.js", "eventPage.js" ], "persistent": false }, "browser_action": { "default_title": "Quran Insert", "default_popup": "popup.html", "default_icon": { "128": "icons\/icon128C.png", "48": "icons\/icon48C.png", "32": "icons\/icon32C.png", "16": "icons\/icon16C.png" } }, "web_accessible_resources": [ "data\/quran-simple.txt", "data\/en.qarai.xml", "data\/en.sahih.xml", "data\/en.transliteration.xml" ], "permissions": [ "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "storage" ], "icons": { "128": "icons\/icon128C.png", "48": "icons\/icon48C.png", "32": "icons\/icon32C.png", "16": "icons\/icon16C.png" }, "manifest_version": 2 } |