Reminders Tab
Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new…
Reminders Tabとは何ですか?
Reminders TabはHIKMAHによって開発されたChromeの拡張機能で、その主な機能は「Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new…」です。
拡張機能のスクリーンショット
Reminders Tab拡張機能のCRXファイルをダウンロード
Reminders Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new tab. Now also manage your day with a todo list.
拡張機能の基本情報
名前 | Reminders Tab |
ID | hlalmipkolibhponfnlmlllbgaifkija |
公式URL | https://chromewebstore.google.com/detail/reminders-tab/hlalmipkolibhponfnlmlllbgaifkija |
説明 | Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new… |
ファイルサイズ | 602 KB |
インストール数 | 704 |
現在のバージョン | 2.0.0 |
最終更新日 | 2021-03-06 |
公開日 | 2019-05-05 |
評価 | 5.00/5 合計 41 レビュー |
開発者 | HIKMAH |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://twitter.com/HikmahSupport |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminders Tab", "description": "", "version": "2.0.0", "author": "HIKMAH", "browser_action": { "default_icon": "gold.jpg", "default_title": "The reminders tab" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/use.fontawesome.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "permissions": [ "storage", "activeTab" ] } |