Asr
Replace new tab page with daily Islamic inspiration and guidance
Asr là gì?
Asr là một tiện ích mở rộng Chrome được phát triển bởi http://prayasr.com, và tính năng chính của nó là "Replace new tab page with daily Islamic inspiration and guidance".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Asr
Tải xuống các tệp mở rộng Asr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ncjacmkjnpkjbemlgaoekklcmheopmdi |
URL Chính Thức | https://chrome.google.com/webstore/detail/asr/ncjacmkjnpkjbemlgaoekklcmheopmdi |
Mô tả | Replace new tab page with daily Islamic inspiration and guidance |
Kích Thước Tệp | 300 KB |
Số Lần Cài Đặt | 331 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2017-03-14 |
Ngày Phát Hành | 2017-03-14 |
Đánh Giá | 4.95/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | http://prayasr.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |