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 |
Eメール | [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" ] } } |