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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου 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 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
}