Trello Checklist Hider
Toggle checklists on trello cards from displaying
Trello Checklist Hiderとは何ですか?
Trello Checklist HiderはMichael Goldによって開発されたChromeの拡張機能で、その主な機能は「Toggle checklists on trello cards from displaying」です。
拡張機能のスクリーンショット
Trello Checklist Hider拡張機能のCRXファイルをダウンロード
Trello Checklist Hider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This allows the user to temporarily hide checklists for cards on Trello.com
拡張機能の基本情報
名前 | Trello Checklist Hider |
ID | daomhlboepmlanibmdnelalcaphfamln |
公式URL | https://chromewebstore.google.com/detail/trello-checklist-hider/daomhlboepmlanibmdnelalcaphfamln |
説明 | Toggle checklists on trello cards from displaying |
ファイルサイズ | 39.92 KB |
インストール数 | 27 |
現在のバージョン | 0.1 |
最終更新日 | 2015-07-15 |
公開日 | 2015-07-14 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | Michael Gold |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Checklist Hider", "version": "0.1", "description": "Toggle checklists on trello cards from displaying", "manifest_version": 2, "browser_action": { "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "*:\/\/trello.com\/*" ] } ] } |