Quran Copy
Find and optionally copy verses of the Quran to the clipboard
Что такое Quran Copy?
Quran Copy - это расширение Chrome, разработанное https://www.lightofthefurqan.com, и его основная функция - "Find and optionally copy verses of the Quran to the clipboard".
Снимки экрана расширения
Скачать файл CRX расширения Quran Copy
Скачайте файлы расширений Quran Copy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 } |