Quran Daily by thankallah.org

Inspirational quotes from The Holy Quran in every new tab

Co je Quran Daily by thankallah.org?

Quran Daily by thankallah.org je rozšíření Chrome vyvinuté oddillio, a jeho hlavní funkcí je „Inspirational quotes from The Holy Quran in every new tab“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Quran Daily by thankallah.org

Stáhněte si soubory rozšíření Quran Daily by thankallah.org ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Quran Daily by thankallah.org Quran Daily by thankallah.org
ID lnaeifbgckpecekgipkeneldfkckicnh
Oficiální URL https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh
Popis Inspirational quotes from The Holy Quran in every new tab
Velikost souboru 646 KB
Počet instalací 353
Aktuální Verze 1.0
Poslední Aktualizace 2016-09-08
Datum Vydání 2016-09-08
Hodnocení 4.88/5 Celkem 8 Hodnocení
Vývojář oddillio
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}