Quran Daily by thankallah.org

Inspirational quotes from The Holy Quran in every new tab

Cos'è Quran Daily by thankallah.org?

Quran Daily by thankallah.org è un'estensione di Chrome sviluppata da oddillio, e la sua funzione principale è "Inspirational quotes from The Holy Quran in every new tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quran Daily by thankallah.org

Scarica i file di estensione Quran Daily by thankallah.org 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

                        In this plugin, we are sharing inspirational quotes from The Holy Quran in every new tab you open. A collection of inspirational islamic quotes and verses from quran in english. These Quranic verses will surely touch your heart and we suggest all of our users to read Quran with translation or at least make you daily routine to listen Quran Tilawat with translation. You will be amazed to know that how beautiful islamic quotes and messages for us are already mention in Quran. This is a very lite extension, easy to use. - developed by Oddillio Labs for thankALLAH.org                    

Informazioni di Base sull'Estensione

Nome Quran Daily by thankallah.org Quran Daily by thankallah.org
ID lnaeifbgckpecekgipkeneldfkckicnh
URL Ufficiale https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh
Descrizione Inspirational quotes from The Holy Quran in every new tab
Dimensione del File 646 KB
Conteggio Installazioni 353
Versione Corrente 1.0
Ultimo Aggiornamento 2016-09-08
Data di Pubblicazione 2016-09-08
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore oddillio
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quran Daily by thankallah.org",
    "description": "Inspirational quotes from The Holy Quran in every new tab",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/vendor\/angular.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/vendor\/jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}