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文件
下载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 |
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" } } |