Todoist Edit-on-click
Brings back editing on task click, which v991 removed
Qu'est-ce que Todoist Edit-on-click ?
Todoist Edit-on-click est une extension Chrome développée par Aaron Christiansen, et sa fonction principale est "Brings back editing on task click, which v991 removed".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Todoist Edit-on-click
Téléchargez les fichiers d'extension Todoist Edit-on-click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Todoist Edit-on-click |
ID | egcoalkmpeigamdbfoooiljclpfjiamf |
URL Officiel | https://chromewebstore.google.com/detail/todoist-edit-on-click/egcoalkmpeigamdbfoooiljclpfjiamf |
Description | Brings back editing on task click, which v991 removed |
Taille du Fichier | 9.11 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-04-02 |
Date de Publication | 2020-04-02 |
Développeur | Aaron Christiansen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |