Prayer Times
Extension that shows prayer times for given countries. It can work offline and call out Adhan when it's time.
Prayer Times란 무엇입니까?
Prayer Times은(는) Namaz Vakitleri Geliştirici Grubu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that shows prayer times for given countries. It can work offline and call out Adhan when it's time."입니다.
확장 프로그램 스크린샷
Prayer Times 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension that shows prayer times for given countries. It can work offline and call out Adhan when it's time. You can ask your questions related to extension in the link below: http://ask.fm/namazvakitleri Features: -It shows prayer times for 203 countries. -Works offline. -Shows a little countdown on its icon. -Reminds you before Adhan. -It can keep prayer times for a month. -It can call out Adhan. -Times are taken from "The Presidency of Religious Affairs of the Republic of Turkey" .
확장 프로그램 기본 정보
이름 | Prayer Times |
ID | ieelbggiidmnfbkjcjceknbhjgnhkjnf |
공식 URL | https://chromewebstore.google.com/detail/prayer-times/ieelbggiidmnfbkjcjceknbhjgnhkjnf |
설명 | Extension that shows prayer times for given countries. It can work offline and call out Adhan when it's time. |
파일 크기 | 4.85 MB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-06-09 |
출시 날짜 | 2020-06-07 |
평점 | 4.41/5 총 1320 개의 평점 |
개발자 | Namaz Vakitleri Geliştirici Grubu |
결제 유형 | free |
지원되는 언어 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "assets\/icons\/logo.png", "name": "__MSG_extName__", "default_title": "__MSG_extName__", "default_popup": "popup\/popup.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "default_locale": "tr", "description": "__MSG_desc__", "icons": { "16": "assets\/icons\/icon-16x16.png", "48": "assets\/icons\/icon-48x48.png", "128": "assets\/icons\/icon-128x128.png" }, "name": "__MSG_extName__", "short_name": "__MSG_shortname__", "incognito": "spanning", "permissions": [ "https:\/\/nv-api.com\/*", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'; script-src-elem 'self' https:\/\/www.google-analytics.com\/ga.js", "version": "1.0.0" } |