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은(는) https://themuslimsdashboard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View everything you need as a Muslim whenever you open a new tab."입니다.
확장 프로그램 스크린샷
The Muslim's Dashboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |