ToDo Task
Be Well Managed. Your Personal Task Management Tool with Always changing Clasic wallpapers and Material UI/UX Design.
什麼是ToDo Task?
ToDo Task是由parth.pnp開發的Chrome擴展程式,該擴展的主要功能是“Be Well Managed. Your Personal Task Management Tool with Always changing Clasic wallpapers and Material UI/UX Design.”。
擴展截圖
下載ToDo Task擴展crx文件
下載ToDo Task擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
MANAGE ALL YOUR TASKS RIGHT FROM YOUR BROWSER Download our Chrome extension to keep your to-do lists just a click away. View, add, organize, complete, and delegate tasks right from your browser. MANAGE YOUR TASKS EVEN OFFLINE GET CUSTOMIZED NEW TAB LAYOUT WITH EVERY TIME CHANGING AWESOME WALLPAPERS. UPDATE 1.3: Minor UX Improvements UPDATE 1.2: New Weather Widget New Quote of The Day New Bunch of Wallpapapers New Feature to hide screen.
擴展基本資訊
名稱 | ToDo Task |
ID | mddpijhaaceloahgioinhbpafjehhkoe |
官方網址 | https://chromewebstore.google.com/detail/todo-task/mddpijhaaceloahgioinhbpafjehhkoe |
簡介 | Be Well Managed. Your Personal Task Management Tool with Always changing Clasic wallpapers and Material UI/UX Design. |
檔案大小 | 917 KB |
安裝次數 | 38 |
目前版本 | 1.4 |
更新時間 | 2018-03-08 |
上架時間 | 2018-03-08 |
開發者 | parth.pnp |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToDo Task", "description": "Be Well Managed. Your Personal Task Management Tool with Always changing Clasic wallpapers and Material UI\/UX Design.", "version": "1.4", "incognito": "split", "chrome_url_overrides": { "newtab": "templates\/index.html" }, "icons": { "16": "static\/img\/16icon.png", "48": "static\/img\/48icon.png", "128": "static\/img\/128icon.png" }, "browser_action": { "default_icon": "static\/img\/48icon.png" }, "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self'", "manifest_version": 2, "permissions": [ "storage", "activeTab", "unlimitedStorage", "geolocation" ] } |