Gratitutab
Override the new tab page with your own aesthetic todolist
Gratitutabとは何ですか?
Gratitutabはrobert.zhang1996によって開発されたChromeの拡張機能で、その主な機能は「Override the new tab page with your own aesthetic todolist」です。
拡張機能のスクリーンショット
Gratitutab拡張機能のCRXファイルをダウンロード
Gratitutab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple, yet powerful, beautiful to-do list chrome extension that aims to instil gratitude in busy and high-stressed people. Instead of saying "I have to do", they can now say "I get to..." do certain tasks every day. Designed by: Sophie Cheung @sophie.vision
拡張機能の基本情報
名前 | Gratitutab |
ID | lanmkhlbcjehkkgpbplhijiggoilhnpl |
公式URL | https://chromewebstore.google.com/detail/gratitutab/lanmkhlbcjehkkgpbplhijiggoilhnpl |
説明 | Override the new tab page with your own aesthetic todolist |
ファイルサイズ | 371 KB |
インストール数 | 1,068 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-09-07 |
公開日 | 2021-03-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | robert.zhang1996 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gratitutab", "description": "Override the new tab page with your own aesthetic todolist", "version": "1.0.2", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "permissions": [ "storage" ] } |