The Muslim's Dashboard

View everything you need as a Muslim whenever you open a new tab.

The Muslim's Dashboardคืออะไร?

The Muslim's Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://themuslimsdashboard.com และคุณลักษณะหลักของมันคือ "View everything you need as a Muslim whenever you open a new tab."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Muslim's Dashboard

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

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

                        A new-tab chrome extension that provides everything a Muslim needs at a glance.

*** Features ***
- Perfectly up-to-date prayer times
- Reminders from the Qur'an and Hadith on each new tab
- Current and hourly weather forecast

*** Coming soon insha'Allah ***
- To-dos
- Floating notes

I've always hated having to go to my phone and use 3-4 apps, or navigate 3-4 websites whenever I want to check these details. Especially considering I spend most of my time at my laptop. So I put all the info in one place, at the shortcut of ctrl/cmd + T, with a clean UI, pleasurable UX and enriched with customisability.

Best of all, it's privacy-focused. No personal or sensitive user data is collected and all of your preferences are stored locally on your computer. The source code is available on GitHub for you to snoop around and make sure for yourself.
(Note: prayer times are calculated on your device. Weather data is sourced from the OpenWeatherMap API using geolocation coordinates - this data is not stored or collected and only used temporarily to fetch weather data periodically.)                    

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

ชื่อ The Muslim's Dashboard The Muslim's Dashboard
ID glaaahieanjcamcabaggfcaclfjdghfe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-muslims-dashboard/glaaahieanjcamcabaggfcaclfjdghfe
คำอธิบาย View everything you need as a Muslim whenever you open a new tab.
ขนาดไฟล์ 1.3 MB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-05-10
วันที่เผยแพร่ 2022-05-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://themuslimsdashboard.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://themuslimsdashboard.com
URL หน้านโยบายความเป็นส่วนตัว https://www.themuslimsdashboard.com/privacypolicy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Muslim's Dashboard",
    "description": "View everything you need as a Muslim whenever you open a new tab.",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_title": "The Muslim's Dashboard",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "tmd128.png",
        "48": "tmd128.png",
        "128": "tmd128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}