Muslim Board

Personal Dashboard for Muslim

Muslim Boardคืออะไร?

Muslim Board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย novalagung และคุณลักษณะหลักของมันคือ "Personal Dashboard for Muslim"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Muslim Board

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

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

                        Muslim Board is a personal dashboard for Muslims anywhere in the world, available on many languages. This plugin is inspired by Momentum.

Muslim Board provides several useful features to improve productivity, such as prayer schedule, islamic quotes, and TODO list.

Supported languages:
- English language
- Bahasa Indonesia
- Russian
- Arabic
- Traditional Chinese
- Simplified Chinese
- Hindi
- Bengali

Usage:
- To use Muslim Board, simply open a new tab on any browser, just that! the extension will automatically appear on the newly created tab.
- Ensure to allow the location permission for Muslim Board, without that the plugin can only get the prayer time via set manual location.

Features:
- Prayer schedule information is available in the top left section. The prayer time is generated based on user location.
- Motivational quotes are displayed randomly in the middle section. It's shuffled automatically every few seconds.
- Muslim Board contains the TODO list feature in the right section. Users can write any notes and set the completion there.
- Internet availability info is displayed in the bottom section. You will be notified when the internet is offline.
- Popup notification will appear whenever prayer time is near.
- Multi language support.

---

Muslim Board adalah personal dashboard khusus untuk muslim, terseda dalam banyak bahasa. Plugin ini terinspirasi dari Momentum.

Muslim Board menyediakan banyak fitur berguna untuk meningkatkan produktifitas, diantaranya seperti jadwal sholat, quote islami, dan TODO list.

Penggunaan:
- Cukup buka tab baru di browser, maka plugin akan muncul secara otomatis.
- Pastikan untuk mengizinkan "location permission" untuk Muslim Board, agar bisa menggunakan deteksi lokasi otomatis untuk pengambilan jadwal sholat.

Fitur:
- Menampilkan informasi jadwal sholat sesuai lokasi (bisa lewat deteksi lokasi otomatis, maupun set secara manual).
- Menampilkan quote atau kata-kata mutiara islami.
- Ada fasilitas TODO list untuk catatan.
- Indikator penanda internet offline/online.
- Popup notifikasi ketika mendekati waktu sholat.
- Mendukung banyak bahasa.                    

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

ชื่อ Muslim Board Muslim Board
ID lmnhjilamobdmdihfkofgiejgokabfad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/muslim-board/lmnhjilamobdmdihfkofgiejgokabfad
คำอธิบาย Personal Dashboard for Muslim
ขนาดไฟล์ 4.88 MB
จำนวนการติดตั้ง 9,130
เวอร์ชันปัจจุบัน 2.10.0
อัปเดตครั้งล่าสุด 2024-01-03
วันที่เผยแพร่ 2019-10-05
คะแนน 4.93/5 รวมทั้งหมด 127 คะแนน
ผู้พัฒนา novalagung
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://muslimboard.novalagung.com
URL หน้าช่วยเหลือ https://muslimboard.novalagung.com
URL หน้านโยบายความเป็นส่วนตัว https://github.com/novalagung/muslimboard/blob/master/SECURITY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Muslim Board",
    "short_name": "muslimboard",
    "version": "2.10.0",
    "description": "Personal Dashboard for Muslim",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "assets\/internal\/images\/logo-16.jpg",
        "48": "assets\/internal\/images\/logo-48.jpg",
        "128": "assets\/internal\/images\/logo-128.jpg"
    },
    "permissions": [
        "geolocation",
        "alarms",
        "notifications",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}