Reminders Tab
Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new…
Reminders Tabคืออะไร?
Reminders Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HIKMAH และคุณลักษณะหลักของมันคือ "Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reminders Tab
ดาวน์โหลดไฟล์ส่วนขยาย Reminders Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new tab. Now also manage your day with a todo list. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hlalmipkolibhponfnlmlllbgaifkija |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reminders-tab/hlalmipkolibhponfnlmlllbgaifkija |
| คำอธิบาย | Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new… |
| ขนาดไฟล์ | 602 KB |
| จำนวนการติดตั้ง | 704 |
| เวอร์ชันปัจจุบัน | 2.0.0 |
| อัปเดตครั้งล่าสุด | 2021-03-06 |
| วันที่เผยแพร่ | 2019-05-05 |
| คะแนน | 5.00/5 รวมทั้งหมด 41 คะแนน |
| ผู้พัฒนา | HIKMAH |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://twitter.com/HikmahSupport |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reminders Tab",
"description": "",
"version": "2.0.0",
"author": "HIKMAH",
"browser_action": {
"default_icon": "gold.jpg",
"default_title": "The reminders tab"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/use.fontawesome.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
"permissions": [
"storage",
"activeTab"
]
} | |