Todoist Edit-on-click

Brings back editing on task click, which v991 removed

Apa itu Todoist Edit-on-click?

Todoist Edit-on-click adalah ekstensi Chrome yang dikembangkan oleh Aaron Christiansen, dan fitur utamanya adalah "Brings back editing on task click, which v991 removed".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Todoist Edit-on-click

Unduh file ekstensi Todoist Edit-on-click dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Todoist Edit-on-click Todoist Edit-on-click
ID egcoalkmpeigamdbfoooiljclpfjiamf
URL Resmi https://chromewebstore.google.com/detail/todoist-edit-on-click/egcoalkmpeigamdbfoooiljclpfjiamf
Deskripsi Brings back editing on task click, which v991 removed
Ukuran File 9.11 KB
Jumlah Instalasi 46
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-04-02
Tanggal Publikasi 2020-04-02
Pengembang Aaron Christiansen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}