Calm Tab
Achieve Mindful Productivity
Calm Tabとは何ですか?
Calm Tabはpereayatsによって開発されたChromeの拡張機能で、その主な機能は「Achieve Mindful Productivity」です。
拡張機能のスクリーンショット
Calm Tab拡張機能のCRXファイルをダウンロード
Calm Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Achieve mindful productivity by turning your browser's new tab page into a beautiful time tracker.
Track your most important tasks right within your new tab page and watch how your productivity skyrockets!
- Time Tracker
- Zen Breathing Box
- Dark mode & light mode
- Use it on unlimited devices for free!
Future Features:
- Website Blocker (Soon)
- Bookmarks Manager (Soon)
- Minimal Habit Tracker (Soon)
- Simple Usage Analytics (Soon) 拡張機能の基本情報
| 名前 | |
| ID | ikkpalcjefegfbekcokjkdgmnbafmjfi |
| 公式URL | https://chromewebstore.google.com/detail/calm-tab/ikkpalcjefegfbekcokjkdgmnbafmjfi |
| 説明 | Achieve Mindful Productivity |
| ファイルサイズ | 10.62 MB |
| インストール数 | 82 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2023-07-18 |
| 公開日 | 2023-06-14 |
| 開発者 | pereayats |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://calm.framer.website/ |
| ヘルプページのURL | https://calm.framer.website/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Calm Tab",
"description": "Achieve Mindful Productivity",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"storage"
]
} | |