monday

Fancy todolist with minimal UI

monday क्या है?

monday karl.pokus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fancy todolist with minimal UI"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में monday एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}