ايه

اضغط على الايقونة للحصول على ايه من القران الكريم The Quran text provided has been retrieved from alquran.cloud.

Cos'è ايه?

ايه è un'estensione di Chrome sviluppata da Abdulwahab Alboriydi, e la sua funzione principale è "اضغط على الايقونة للحصول على ايه من القران الكريم The Quran text provided has been retrieved from alquran.cloud.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ايه

Scarica i file di estensione ايه in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        اضافة مجانية لمتصفح كروم تُظهر ايه من القران الكريم عند الضغط على الايقونة بشكل عشوائي. متوفر باللغة العربية فقط. 
كتابة الايات ماخوذه من موقع alquran.cloud
Chrome Extension for showing a random Ayah from The Quran in Arabic language.
The Quran text provided has been retrieved from alquran.cloud                    

Informazioni di Base sull'Estensione

Nome ايه ايه
ID apgkljfdhmmndhcnjlepcdglaggdpmpe
URL Ufficiale https://chromewebstore.google.com/detail/%D8%A7%D9%8A%D9%87/apgkljfdhmmndhcnjlepcdglaggdpmpe
Descrizione اضغط على الايقونة للحصول على ايه من القران الكريم The Quran text provided has been retrieved from alquran.cloud.
Dimensione del File 11.31 KB
Conteggio Installazioni 381
Versione Corrente 1.0
Ultimo Aggiornamento 2018-09-29
Data di Pubblicazione 2018-09-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Abdulwahab Alboriydi
Tipo di Pagamento free
Lingue Supportate ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0627\u064a\u0647",
    "version": "1.0",
    "icons": {
        "16": "c.png",
        "48": "c.png",
        "128": "c.png"
    },
    "description": "\u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0627\u0644\u0627\u064a\u0642\u0648\u0646\u0629 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u064a\u0647 \u0645\u0646 \u0627\u0644\u0642\u0631\u0627\u0646 \u0627\u0644\u0643\u0631\u064a\u0645  The Quran text provided has been retrieved from alquran.cloud.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "c.png",
        "default_popup": "popup.html",
        "default_title": "\u0627\u064a\u0647"
    }
}