monday
Fancy todolist with minimal UI
monday là gì?
monday là một tiện ích mở rộng Chrome được phát triển bởi karl.pokus, và tính năng chính của nó là "Fancy todolist with minimal UI".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng monday
Tải xuống các tệp mở rộng monday dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | monday |
ID | inephoagiijhmfhmlnaffaaiacdndmom |
URL Chính Thức | https://chromewebstore.google.com/detail/monday/inephoagiijhmfhmlnaffaaiacdndmom |
Mô tả | Fancy todolist with minimal UI |
Kích Thước Tệp | 38.98 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-08-26 |
Ngày Phát Hành | 2016-08-26 |
Nhà Phát Triển | karl.pokus |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |