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 |
官方網址 | 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 |
電子郵箱 | [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'" } |