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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oddillio และคุณลักษณะหลักของมันคือ "Inspirational quotes from The Holy Quran in every new tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quran Daily by thankallah.org

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}