Prayer Times: In-Browser Prayer Notifications

In-Browser Prayer Times and Notifications

Prayer Times: In-Browser Prayer Notifications란 무엇입니까?

Prayer Times: In-Browser Prayer Notifications은(는) Prayer Times에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "In-Browser Prayer Times and Notifications"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Prayer Times: In-Browser Prayer Notifications 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Prayer Times: In-Browser Prayer Notifications for Google Chrome

Support this extension:
https://www.buymeacoffee.com/jalalmostafa

Changelog
2.3.0
* New language: Spanish

2.2.0
* Hijri dates and its adjustments
* UI improvements

2.1.0
* New languages 🇮🇷 🇬🇧 🇱🇧 🇫🇷

2.0.0
* Specify your location manually (useful for VPN users)
* new options page
* reduced extension size
* bug fixes
* re-written using react/typescript/webpack

1.0.0:
* Support all calculation methods for muslims around the world
* Notifications per prayer time!
* Better Performance (less overhead on memory)
* More prayer times!

0.0.4:
* We have fixed an issue. Hooray!

0.0.3:
* Option to change between 12Hours and 24Hours Formats.
* Notification on updates
* Bug fixes                    

확장 프로그램 기본 정보

이름 Prayer Times: In-Browser Prayer Notifications Prayer Times: In-Browser Prayer Notifications
ID ipkhkglhpmngdkgclngmlpkekkpplbgm
공식 URL https://chromewebstore.google.com/detail/prayer-times-in-browser-p/ipkhkglhpmngdkgclngmlpkekkpplbgm
설명 In-Browser Prayer Times and Notifications
파일 크기 729 KB
설치 횟수 4,391
현재 버전 v2.3.0
최근 업데이트 2023-03-24
출시 날짜 2020-02-24
평점 4.81/5 총 26 개의 평점
개발자 Prayer Times
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jalalmostafa/prayertimes
도움말 페이지 URL https://github.com/jalalmostafa/prayertimes
개인정보 보호 정책 페이지 URL https://jalalmostafa.github.io/prayertimes/PrivacyPolicy.html
지원되는 언어 en,fr,es,fa,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_longAppName__",
    "short_name": "__MSG_appName__",
    "homepage_url": "https:\/\/github.com\/jalalmostafa\/chrome-prayertimes",
    "minimum_chrome_version": "32.0.0",
    "version": "2.3.0",
    "version_name": "v2.3.0",
    "manifest_version": 2,
    "author": "Prayer Times",
    "description": "__MSG_appDescription__",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.googleapis.com; object-src 'self'",
    "icons": {
        "16": "images\/small-mosque.png",
        "128": "images\/small-mosque.png"
    },
    "web_accessible_resources": [
        "images\/small-mosque.png"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/small-mosque.png",
            "38": "images\/small-mosque.png"
        },
        "default_title": "Prayer Times",
        "default_popup": "popup.html"
    },
    "default_locale": "ar",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "https:\/\/www.googleapis.com\/geolocation\/v1\/geolocate?key=*",
        "geolocation",
        "background",
        "alarms",
        "notifications",
        "storage"
    ]
}