Remembrance
Athkar notifications by the hour
Remembranceとは何ですか?
Remembranceはzaberadnanによって開発されたChromeの拡張機能で、その主な機能は「Athkar notifications by the hour」です。
拡張機能のスクリーンショット
Remembrance拡張機能のCRXファイルをダウンロード
Remembrance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
We all need a moment of mindfulness amidst the hustle and bustle of our daily lives. Remembrance is an extension that is meant to achieve that mindfulness through sending you notifications to recite short Islamic prayers in one hour increments throughout your day. Each hour brings a different prayer and each prayer brings a different blessing. Through these remembrances of God, the intent is to help individuals achieve serenity in their days.
拡張機能の基本情報
名前 | Remembrance |
ID | iekdnlikhobdflggalfgoogdbjdojbld |
公式URL | https://chromewebstore.google.com/detail/remembrance/iekdnlikhobdflggalfgoogdbjdojbld |
説明 | Athkar notifications by the hour |
ファイルサイズ | 41.26 KB |
インストール数 | 138 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-08-05 |
公開日 | 2020-08-05 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | zaberadnan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remembrance", "description": "Athkar notifications by the hour", "version": "1.0.0", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "notifications", "storage", "alarms" ] } |