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