Todoist Edit-on-click

Brings back editing on task click, which v991 removed

ما هو Todoist Edit-on-click؟

Todoist Edit-on-click هو إضافة Chrome تم تطويرها بواسطة Aaron Christiansen، والميزة الرئيسية لها هي "Brings back editing on task click, which v991 removed".

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

screenshot

تحميل ملف CRX للإضافة Todoist Edit-on-click

قم بتنزيل ملفات الامتداد Todoist Edit-on-click بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Todoist recently removed the ability to edit a task by simply clicking it, which many users might use more than the Task View. On some platforms, the replacement Alt+Click shortcut doesn't work!

This extension adds back editing a task by simply clicking its title. If you need to access the Task View, then click the Comments button on the right of a task.                    

معلومات أساسية عن التمديد

الاسم Todoist Edit-on-click Todoist Edit-on-click
ID egcoalkmpeigamdbfoooiljclpfjiamf
عنوان URL الرسمي https://chromewebstore.google.com/detail/todoist-edit-on-click/egcoalkmpeigamdbfoooiljclpfjiamf
الوصف Brings back editing on task click, which v991 removed
حجم الملف 9.11 KB
عدد التثبيتات 46
النسخة الحالية 1.0
آخر تحديث 2020-04-02
تاريخ النشر 2020-04-02
المطور Aaron Christiansen
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Todoist Edit-on-click",
    "version": "1.0",
    "description": "Brings back editing on task click, which v991 removed",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/todoist.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "16px.png",
        "32": "32px.png",
        "48": "48px.png",
        "128": "128px.png"
    }
}