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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}