Salat Reminder
Notify user of the time for salat
什麼是Salat Reminder?
Salat Reminder是由Jubrilissa開發的Chrome擴展程式,該擴展的主要功能是“Notify user of the time for salat”。
擴展截圖
下載Salat Reminder擴展crx文件
下載Salat Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Salat reminder notifies you when it's time for salat in your location in a new Tab. Creating a new Tab with image and message for the current salat (prayer) Feedback and suggestions are welcome. If you have any feedback or suggestion kindly send an email to [email protected]
擴展基本資訊
名稱 | |
ID | enhkmijhppoajgceoopmddgjnoigbmaj |
官方網址 | https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj |
簡介 | Notify user of the time for salat |
檔案大小 | 3.87 MB |
安裝次數 | 162 |
目前版本 | 0.0.7 |
更新時間 | 2020-03-02 |
上架時間 | 2020-03-02 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Jubrilissa |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salat Reminder", "short_name": "Salat Reminder", "description": "Notify user of the time for salat", "version": "0.0.7", "icons": { "16": "images\/favicon-16.png", "48": "images\/favicon-57.png", "128": "images\/favicon-128.png" }, "browser_action": { "default_title": "Salat Reminder for chrome", "default_icon": "favicon.ico" }, "permissions": [ "alarms", "storage", "tabs", "geolocation" ], "background": { "scripts": [ "js\/activity_popup.js", "js\/chrome_listeners.js" ] } } |