Quran Daily by thankallah.org

Inspirational quotes from The Holy Quran in every new tab

Quran Daily by thankallah.orgとは何ですか?

Quran Daily by thankallah.orgはoddillioによって開発されたChromeの拡張機能で、その主な機能は「Inspirational quotes from The Holy Quran in every new tab」です。

拡張機能のスクリーンショット

screenshot

Quran Daily by thankallah.org拡張機能のCRXファイルをダウンロード

Quran Daily by thankallah.org拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Quran Daily by thankallah.org Quran Daily by thankallah.org
ID lnaeifbgckpecekgipkeneldfkckicnh
公式URL https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh
説明 Inspirational quotes from The Holy Quran in every new tab
ファイルサイズ 646 KB
インストール数 353
現在のバージョン 1.0
最終更新日 2016-09-08
公開日 2016-09-08
評価 4.88/5 合計 8 レビュー
開発者 oddillio
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}