Quran Copy
Find and optionally copy verses of the Quran to the clipboard
Was ist Quran Copy?
Quran Copy ist eine Chrome-Erweiterung, die von https://www.lightofthefurqan.com entwickelt wurde, und ihr Hauptmerkmal ist "Find and optionally copy verses of the Quran to the clipboard".
Erweiterungsscreenshots
Quran Copy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quran Copy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Quran Copy |
ID | pacmiojfcmnfpnhenecnjhehoffmeopl |
Offizielle URL | https://chromewebstore.google.com/detail/quran-copy/pacmiojfcmnfpnhenecnjhehoffmeopl |
Beschreibung | Find and optionally copy verses of the Quran to the clipboard |
Dateigröße | 2.05 MB |
Installationsanzahl | 423 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-07-04 |
Veröffentlichungsdatum | 2018-07-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.lightofthefurqan.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |