Salati
Get Accurate Prayer times
什麼是Salati?
Salati是由slimane_akalia開發的Chrome擴展程式,該擴展的主要功能是“Get Accurate Prayer times”。
擴展截圖
下載Salati擴展crx文件
下載Salati擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Salati is an extension that shows the prayer times for muslims. In a prayer time Salati push a text notification, plays adhan and execute some actions (block internet or close browser), all this can be configured by the user using a simple user interface. Note : After adding Salati to chrome you should restart completely the browser (close chrome from background)
擴展基本資訊
名稱 | |
ID | clflmbgbggkknajgoklfoalmeiidfnfh |
官方網址 | https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh |
簡介 | Get Accurate Prayer times |
檔案大小 | 451 KB |
安裝次數 | 55 |
目前版本 | 1.0.4.8 |
更新時間 | 2017-08-09 |
上架時間 | 2017-08-09 |
評分 | 2.00/5 共 2 次評分 |
開發者 | slimane_akalia |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salati", "short_name": "Salati", "description": "Get Accurate Prayer times", "version": "1.0.4.8", "permissions": [ "alarms", "notifications", "background", "tts", "storage", "geolocation", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "webRequestBlocking", "tabs" ], "background": { "scripts": [ "js\/PrayTimes.js", "js\/jquery-3.2.1.min.js", "js\/constants.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "res\/logo.png", "default_popup": "pages\/popup.html" }, "web_accessible_resources": [ "res\/logo.png" ] } |