Prayer Time

Set your prayers for the day and the app will help you cut out the noise and find time for prayer.

Prayer Time란 무엇입니까?

Prayer Time은(는) Brett Batie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set your prayers for the day and the app will help you cut out the noise and find time for prayer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Prayer Time 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Set a schedule of when you would like to pray and this app will help you remember. You may also use it to keep track of your prayer list. When it is time to pray it will notify you with a full screen notification to cut out the noise and inspire you with a daily photo and bible verse. 

Features
• New inspirational photo and bible verse every day (could be used for scripture memory)
• Keep track of your prayer list
• Customize notification times, prayer length and silence notifications after certain hours

This app will help you cut out the noise and find time to focus on praying.                    

확장 프로그램 기본 정보

이름 Prayer Time Prayer Time
ID gfaegikfjknkmmfdgnhcmjenbkmikhgm
공식 URL https://chromewebstore.google.com/detail/prayer-time/gfaegikfjknkmmfdgnhcmjenbkmikhgm
설명 Set your prayers for the day and the app will help you cut out the noise and find time for prayer.
파일 크기 9.56 MB
설치 횟수 123
현재 버전 1.2.1
최근 업데이트 2020-11-17
출시 날짜 2020-11-11
평점 5.00/5 총 2 개의 평점
개발자 Brett Batie
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://app.smartsheet.com/b/form/c606b3ade23b407bb2a797f3483f2e72
개인정보 보호 정책 페이지 URL https://www.cleandrive.app/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.1",
    "name": "Prayer Time",
    "description": "Set your prayers for the day and the app will help you cut out the noise and find time for prayer.",
    "icons": {
        "48": "image\/cross-solid-48.png",
        "128": "image\/cross-solid-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "image\/cross-solid-16.png",
            "48": "image\/cross-solid-48.png",
            "128": "image\/cross-solid-128.png"
        },
        "default_title": "Prayer Time",
        "default_popup": "templates\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/vendor\/moment.min.js",
            "js\/background.js",
            "js\/node_modules\/axios\/dist\/axios.min.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "notifications",
        "idle"
    ],
    "minimum_chrome_version": "32",
    "options_ui": {
        "page": "templates\/settings.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}