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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}