Quran Copy

Find and optionally copy verses of the Quran to the clipboard

Co je Quran Copy?

Quran Copy je rozšíření Chrome vyvinuté https://www.lightofthefurqan.com, a jeho hlavní funkcí je „Find and optionally copy verses of the Quran to the clipboard“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Quran Copy

Stáhněte si soubory rozšíření Quran Copy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Quran Copy Quran Copy
ID pacmiojfcmnfpnhenecnjhehoffmeopl
Oficiální URL https://chromewebstore.google.com/detail/quran-copy/pacmiojfcmnfpnhenecnjhehoffmeopl
Popis Find and optionally copy verses of the Quran to the clipboard
Velikost souboru 2.05 MB
Počet instalací 423
Aktuální Verze 1.0
Poslední Aktualizace 2018-07-04
Datum Vydání 2018-07-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.lightofthefurqan.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}