monday

Fancy todolist with minimal UI

mondayとは何ですか?

mondayはkarl.pokusによって開発されたChromeの拡張機能で、その主な機能は「Fancy todolist with minimal UI」です。

拡張機能のスクリーンショット

screenshot

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 leave 
edit 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 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"
    ]
}