To-Do List.
A Simple To-Do List New-tab Page for Multitaskers
什么是To-Do List.?
To-Do List.是由https://alexmadrzyk.me开发的Chrome扩展程序,该扩展的主要功能是“A Simple To-Do List New-tab Page for Multitaskers”。
扩展截图
下载To-Do List.扩展crx文件
下载To-Do List.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you ever feel like you have too many things to do, but have convenient way of organizing your tasks? This chrome extension gives you a high-visibility to-do list that lets you organize your pending tasks in an organized manner. The background colors and header titles are also editable to your liking! UPDATE v1.0.4: Added draggable categories, fixed log errors (still working on saving category positions) UPDATE v1.0.3: Fixed scaling issues UPDATE v1.0.2: Minor bug fix UPDATE v1.0.1: Added checkbox for short shadow styling
扩展基本信息
名称 | To-Do List. |
ID | lfjmacfbhcmehhkkbfokbghabkiobjpb |
官方URL | https://chromewebstore.google.com/detail/to-do-list/lfjmacfbhcmehhkkbfokbghabkiobjpb |
简介 | A Simple To-Do List New-tab Page for Multitaskers |
文件大小 | 485 KB |
安装次数 | 347 |
当前版本 | 1.0.4 |
更新时间 | 2017-03-21 |
上架时间 | 2017-03-21 |
评分 | 4.33/5 共6次评分 |
开发者 | https://alexmadrzyk.me |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "To-Do List.", "description": "A Simple To-Do List New-tab Page for Multitaskers", "version": "1.0.4", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "assets\/background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "content_scripts": [ { "js": [ "assets\/decoy.js" ], "matches": [ " |