monday

Fancy todolist with minimal UI

Was ist monday?

monday ist eine Chrome-Erweiterung, die von karl.pokus entwickelt wurde, und ihr Hauptmerkmal ist "Fancy todolist with minimal UI".

Erweiterungsscreenshots

screenshot

monday-Erweiterungs-CRX-Datei herunterladen

Laden Sie monday-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name monday monday
ID inephoagiijhmfhmlnaffaaiacdndmom
Offizielle URL https://chromewebstore.google.com/detail/monday/inephoagiijhmfhmlnaffaaiacdndmom
Beschreibung Fancy todolist with minimal UI
Dateigröße 38.98 KB
Installationsanzahl 53
Aktuelle Version 2.0
Letztes Update 2016-08-26
Veröffentlichungsdatum 2016-08-26
Entwickler karl.pokus
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}