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文件
下載Prayer Times擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |