monday

Fancy todolist with minimal UI

ما هو monday؟

monday هو إضافة Chrome تم تطويرها بواسطة karl.pokus، والميزة الرئيسية لها هي "Fancy todolist with minimal UI".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة monday

قم بتنزيل ملفات الامتداد monday بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}