Asr

Replace new tab page with daily Islamic inspiration and guidance

Asrとは何ですか?

Asrはhttp://prayasr.comによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with daily Islamic inspiration and guidance」です。

拡張機能のスクリーンショット

screenshot
screenshot

Asr拡張機能のCRXファイルをダウンロード

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!                    

拡張機能の基本情報

名前 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
Eメール [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
}