Quran Daily by thankallah.org

Inspirational quotes from The Holy Quran in every new tab

Wat is Quran Daily by thankallah.org?

Quran Daily by thankallah.org is een Chrome-extensie ontwikkeld door oddillio, en de belangrijkste functie is "Inspirational quotes from The Holy Quran in every new tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quran Daily by thankallah.org

Download Quran Daily by thankallah.org-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Quran Daily by thankallah.org Quran Daily by thankallah.org
ID lnaeifbgckpecekgipkeneldfkckicnh
Officiële URL https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh
Beschrijving Inspirational quotes from The Holy Quran in every new tab
Bestandsgrootte 646 KB
Aantal Installaties 353
Huidige Versie 1.0
Laatst Bijgewerkt 2016-09-08
Publicatiedatum 2016-09-08
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar oddillio
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}