Sawab & Inspiration

Open an empty tab and enjoy an Islam-themed background image, all prayer times, a TO-DO list and a random Bukhari hadith.

Sawab & Inspirationคืออะไร?

Sawab & Inspiration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JAIDE GmbH และคุณลักษณะหลักของมันคือ "Open an empty tab and enjoy an Islam-themed background image, all prayer times, a TO-DO list and a random Bukhari hadith."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sawab & Inspiration

ดาวน์โหลดไฟล์ส่วนขยาย Sawab & Inspiration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When you open an empty tab see today's prayer times for your location as well, the time left for the next prayer, an Islam-themed background image, a TO-DO list and a random Bukhari hadith.

Stay focused, keep your tasks organized and always in your sight and be more productive with this extension!

Enjoy a different Islam-themed background image every day, a description of it and a link to the source of the image as well as the current time.

You may also choose between different methods of calculating the prayer times:
1 = Egyptian General Authority of Survey 
2 = Univ. Of Islamic Sciences, Karachi (Shafi) 
3 = Univ. Of Islamic Sciences, Karachi (Hanafi) 
4 = Islamic Circle of North America 
5 = Muslim World League 
6 = Umm Al-Qura 
7 = Fixed Isha

Never miss a prayer again and enjoy the high quality images of Islam-related locations around the world for inspiration and tranquility! A must-download for any Muslim!

***

CHANGE HISTORY

Version 1.1.5
- Using unminified version of jQuery to comply with Google WebStore terms.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sawab & Inspiration Sawab & Inspiration
ID akcpioapcnkipdikjifafioeabjjahpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sawab-inspiration/akcpioapcnkipdikjifafioeabjjahpb
คำอธิบาย Open an empty tab and enjoy an Islam-themed background image, all prayer times, a TO-DO list and a random Bukhari hadith.
ขนาดไฟล์ 9.62 MB
จำนวนการติดตั้ง 1,661
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2015-06-25
วันที่เผยแพร่ 2015-06-25
คะแนน 4.89/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา JAIDE GmbH
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.jaide.de/anwendungen/
URL หน้าช่วยเหลือ http://www.jaide.de/kontakt/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sawab & Inspiration",
    "short_name": "Sawab",
    "version": "1.1.5",
    "description": "Open an empty tab and enjoy an Islam-themed background image, all prayer times, a TO-DO list and a random Bukhari hadith.",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    },
    "homepage_url": "http:\/\/www.jaide.de\/anwendungen\/",
    "author": "Rias A. Sherzad, JAIDE GmbH",
    "permissions": [
        "storage",
        "geolocation",
        "background",
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "settings.js",
            "js\/jquery-1.11.3.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/muslimsalat.com; object-src 'self'"
}