Todoist Edit-on-click
Brings back editing on task click, which v991 removed
Todoist Edit-on-clickとは何ですか?
Todoist Edit-on-clickはAaron Christiansenによって開発されたChromeの拡張機能で、その主な機能は「Brings back editing on task click, which v991 removed」です。
拡張機能のスクリーンショット
Todoist Edit-on-click拡張機能のCRXファイルをダウンロード
Todoist Edit-on-click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |