Todo List
This extension helps you get stuff done
什麼是Todo List?
Todo List是由Ansel Smolund開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you get stuff done”。
擴展截圖
下載Todo List擴展crx文件
下載Todo List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With Todo List, you have access to a drop down task list without even opening a new tab or opening a separate application. The freedom that Todo List allows you to browse the web and jot down important information you want to be reminded of is an incredible tool for those wanting a more productive workflow. Update 2.1: -Bug fixes -Updated font -Font color selection -Crisper input functionality Update 3.0: -NEW LOOK -WEATHER FOR YOUR CURRENT LOCATION -NEW COLOR SCHEMES -MOTIVATE ME BUTTON More updates to come.
擴展基本資訊
名稱 | |
ID | dabcobbkdfbpepadeilkdlpbccpigmai |
官方網址 | https://chrome.google.com/webstore/detail/todo-list/dabcobbkdfbpepadeilkdlpbccpigmai |
簡介 | This extension helps you get stuff done |
檔案大小 | 1.55 MB |
安裝次數 | 1,000 |
目前版本 | 3.4 |
更新時間 | 2017-04-26 |
上架時間 | 2017-04-26 |
評分 | 5.00/5 共 15 次評分 |
開發者 | Ansel Smolund |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Todo List", "description": "This extension helps you get stuff done", "version": "3.4", "browser_action": { "default_popup": "popup.html", "default_title": "Get stuff done" }, "background": { "scripts": [ "popup.js" ] }, "icons": { "16": "todo.png", "32": "todo32.png", "64": "todo64.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus", "geolocation" ] } |