Quran Copy
Find and optionally copy verses of the Quran to the clipboard
Wat is Quran Copy?
Quran Copy is een Chrome-extensie ontwikkeld door https://www.lightofthefurqan.com, en de belangrijkste functie is "Find and optionally copy verses of the Quran to the clipboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Quran Copy
Download Quran Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Quran Copy |
ID | pacmiojfcmnfpnhenecnjhehoffmeopl |
Officiële URL | https://chromewebstore.google.com/detail/quran-copy/pacmiojfcmnfpnhenecnjhehoffmeopl |
Beschrijving | Find and optionally copy verses of the Quran to the clipboard |
Bestandsgrootte | 2.05 MB |
Aantal Installaties | 423 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-07-04 |
Publicatiedatum | 2018-07-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.lightofthefurqan.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |