Quran Daily by thankallah.org

Inspirational quotes from The Holy Quran in every new tab

Hvad er Quran Daily by thankallah.org?

Quran Daily by thankallah.org er en Chrome-udvidelse udviklet af oddillio, og dens hovedfunktion er "Inspirational quotes from The Holy Quran in every new tab".

Udvidelsesskærmbilleder

screenshot

Download Quran Daily by thankallah.org-udvidelses-CRX-fil

Download Quran Daily by thankallah.org-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Quran Daily by thankallah.org Quran Daily by thankallah.org
ID lnaeifbgckpecekgipkeneldfkckicnh
Officiel URL https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh
Beskrivelse Inspirational quotes from The Holy Quran in every new tab
Filstørrelse 646 KB
Antal Installationer 353
Nuværende Version 1.0
Senest Opdateret 2016-09-08
Udgivelsesdato 2016-09-08
Bedømmelse 4.88/5 Samlet 8 Bedømmelser
Udvikler oddillio
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}