monday
Fancy todolist with minimal UI
什么是monday?
monday是由karl.pokus开发的Chrome扩展程序,该扩展的主要功能是“Fancy todolist with minimal UI”。
扩展截图
下载monday扩展crx文件
下载monday扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
v2.0 is a complete rewrite! Monday now supports the following commands: $url, $export, $drop, #filter and unix-style history with up-, and down arrows. See below for details. db calls have been normalized and chrome extension now maintains correct input order. NOTE! Upgrading to 2.0 will delete all items saved in previous version. Usage add new item at prompt by return navigate items by tab remove item by replacing text with done or leaveedit item by adding text $url to add url from the current tab $export to export all data as newline-separated-string $drop to delete all data #filter to add a filter. Remove filter by !# unix-style history with up arrow for latest entry and down arrow to cycle back
扩展基本信息
名称 | monday |
ID | inephoagiijhmfhmlnaffaaiacdndmom |
官方URL | https://chromewebstore.google.com/detail/monday/inephoagiijhmfhmlnaffaaiacdndmom |
简介 | Fancy todolist with minimal UI |
文件大小 | 38.98 KB |
安装次数 | 53 |
当前版本 | 2.0 |
更新时间 | 2016-08-26 |
上架时间 | 2016-08-26 |
开发者 | karl.pokus |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "monday", "manifest_version": 2, "description": "Fancy todolist with minimal UI", "version": "2.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ] } |