Quran Copy
Find and optionally copy verses of the Quran to the clipboard
Quran Copy क्या है?
Quran Copy https://www.lightofthefurqan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find and optionally copy verses of the Quran to the clipboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quran Copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Quran Copy |
ID | pacmiojfcmnfpnhenecnjhehoffmeopl |
आधिकारिक URL | https://chromewebstore.google.com/detail/quran-copy/pacmiojfcmnfpnhenecnjhehoffmeopl |
विवरण | Find and optionally copy verses of the Quran to the clipboard |
फ़ाइल का आकार | 2.05 MB |
स्थापना संख्या | 423 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-07-04 |
प्रकाशन तिथि | 2018-07-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.lightofthefurqan.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |