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 |
官方URL | 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" ] } } |