Asr

Replace new tab page with daily Islamic inspiration and guidance

Asr क्या है?

Asr http://prayasr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab page with daily Islamic inspiration and guidance"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Asr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Asr Asr
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
}