Quran Copy

Find and optionally copy verses of the Quran to the clipboard

Vad är Quran Copy?

Quran Copy är en Chrome-tillägg utvecklad av https://www.lightofthefurqan.com, och dess huvudfunktion är "Find and optionally copy verses of the Quran to the clipboard".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Quran Copy-förlängningens CRX-fil

Ladda ner Quran Copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quran Copy Quran Copy
ID pacmiojfcmnfpnhenecnjhehoffmeopl
Officiell webbadress https://chromewebstore.google.com/detail/quran-copy/pacmiojfcmnfpnhenecnjhehoffmeopl
Beskrivning Find and optionally copy verses of the Quran to the clipboard
Filstorlek 2.05 MB
Antal Installationer 423
Aktuell Version 1.0
Senast Uppdaterad 2018-07-04
Publiceringsdatum 2018-07-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.lightofthefurqan.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}