Asr
Replace new tab page with daily Islamic inspiration and guidance
Asrคืออะไร?
Asr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://prayasr.com และคุณลักษณะหลักของมันคือ "Replace new tab page with daily Islamic inspiration and guidance"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asr
ดาวน์โหลดไฟล์ส่วนขยาย Asr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Asr is an Islamic dashboard that replaces your new tab page. On every new tab: - See a daily beautiful background image - Read a daily ayah / hadith - Get the current date in the hijri calendar Our goal is to connect Muslims back to what matters. Asr lets you disconnect from the dunya, if only for a moment, to reflect on our ultimate purpose. For contact, email us at [email protected] and share prayasr.com with your family and friends! **NEW IN VERSION 0.1.4** • Submit and suggest your favorite quotes and photos!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ncjacmkjnpkjbemlgaoekklcmheopmdi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/asr/ncjacmkjnpkjbemlgaoekklcmheopmdi |
คำอธิบาย | Replace new tab page with daily Islamic inspiration and guidance |
ขนาดไฟล์ | 300 KB |
จำนวนการติดตั้ง | 331 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2017-03-14 |
วันที่เผยแพร่ | 2017-03-14 |
คะแนน | 4.95/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | http://prayasr.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asr", "version": "0.1.4", "author": "Fusha Technologies", "description": "Replace new tab page with daily Islamic inspiration and guidance", "icons": { "16": "assets\/img\/icon-16.png", "48": "assets\/img\/icon-48.png", "128": "assets\/img\/icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "geolocation", "*:\/\/asr.firebaseio.com\/*" ], "background": { "scripts": [ "assets\/js\/production.min.js" ], "persistent": false }, "content_security_policy": "script-src 'self'; object-src 'self'", "offline_enabled": true } |