Quran Daily by thankallah.org

Inspirational quotes from The Holy Quran in every new tab

What is Quran Daily by thankallah.org?

Quran Daily by thankallah.org is a Chrome extension developed by oddillio, and its main feature is "Inspirational quotes from The Holy Quran in every new tab".

Extension Screenshots

screenshot

Download Quran Daily by thankallah.org Extension CRX File

Download Quran Daily by thankallah.org extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Quran Daily by thankallah.org Quran Daily by thankallah.org
ID lnaeifbgckpecekgipkeneldfkckicnh
Official URL https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh
Description Inspirational quotes from The Holy Quran in every new tab
File Size 646 KB
Installation Count 353
Current Version 1.0
Last Updated 2016-09-08
Publish Date 2016-09-08
Rating 4.88/5 Total 8 Ratings
Developer oddillio
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}