todoMation
Minimal todo app for minimalist
什么是todoMation?
todoMation是由rojoli.tdm开发的Chrome扩展程序,该扩展的主要功能是“Minimal todo app for minimalist”。
扩展截图
下载todoMation扩展crx文件
下载todoMation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
todoMation is a To Do List Chrome extension which can syncronize your to do list across multiple machines. The interface is configurable, as wall as the default ordering of tasks (top of list or bottom of list). Great for small, daily lists. More features coming soon... Features:- ✓ Priorities can be set to the tasks. ✓ Drag-and-drop ordering support for tasks. ✓ Export/Import functionality. ✓ Support for data synchronization across multiple browsers (office and home) ✓ Programmable hotkeys. ✓ User Interface color configurability
扩展基本信息
名称 | |
ID | lokppfgdiagcppliefjioellmefeajaa |
官方URL | https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa |
简介 | Minimal todo app for minimalist |
文件大小 | 1.18 MB |
安装次数 | 30 |
当前版本 | 1.27 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 5.00/5 共5次评分 |
开发者 | rojoli.tdm |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "todoMation", "description": "Minimal todo app for minimalist", "short_name": "todoMation", "version": "1.27", "permissions": [ "debugger", "activeTab", "storage" ], "browser_action": { "default_popup": "index.html", "default_icon": "images\/logo.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |