Task Zee - Todo List Manager
Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab.
Task Zee - Todo List Managerとは何ですか?
Task Zee - Todo List Managerはhttps://sureshdsk.github.io/taskzeeによって開発されたChromeの拡張機能で、その主な機能は「Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab.」です。
拡張機能のスクリーンショット
Task Zee - Todo List Manager拡張機能のCRXファイルをダウンロード
Task Zee - Todo List Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab. This helps you focus on the tasks that needs your attention and avoid distractions like habitually opening Facebook or YouTube to watch yet another cat video.
拡張機能の基本情報
名前 | Task Zee - Todo List Manager |
ID | ehkioebimmkllmhdapjbbdncalnmggnk |
公式URL | https://chromewebstore.google.com/detail/task-zee-todo-list-manage/ehkioebimmkllmhdapjbbdncalnmggnk |
説明 | Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab. |
ファイルサイズ | 2.27 MB |
インストール数 | 21 |
現在のバージョン | 0.4 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://sureshdsk.github.io/taskzee |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sureshdsk.github.io/taskzee/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Task Zee", "name": "Task Zee - Todo List Manager", "description": "Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab.", "version": "0.4", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'" } |