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 } |