monday
Fancy todolist with minimal UI
monday란 무엇입니까?
monday은(는) karl.pokus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fancy todolist with minimal UI"입니다.
확장 프로그램 스크린샷
monday 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |