Hide images in trello
This extension adds button to toggle all cover images in Trello lists.
Hide images in trelloとは何ですか?
Hide images in trelloはstreummeによって開発されたChromeの拡張機能で、その主な機能は「This extension adds button to toggle all cover images in Trello lists.」です。
拡張機能のスクリーンショット
Hide images in trello拡張機能のCRXファイルをダウンロード
Hide images in trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
In order to get a clean view of a cluttered trello board, this plugin toggles all cover images by clicking a button in the toolbar.
拡張機能の基本情報
名前 | |
ID | opaoofkloohknnanekncgnpcknohcbpj |
公式URL | https://chromewebstore.google.com/detail/hide-images-in-trello/opaoofkloohknnanekncgnpcknohcbpj |
説明 | This extension adds button to toggle all cover images in Trello lists. |
ファイルサイズ | 44.63 KB |
インストール数 | 83 |
現在のバージョン | 1.0 |
最終更新日 | 2019-04-10 |
公開日 | 2019-04-10 |
評価 | 2.67/5 合計 3 レビュー |
開発者 | streumme |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide images in trello", "description": "This extension adds button to toggle all cover images in Trello lists.", "version": "1.0", "author": "Johan Str\u00f6m", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "injector.js" ] } ], "web_accessible_resources": [ "jquery.js", "imagehide.js", "imagehide.css" ], "permissions": [ "https:\/\/trello.com\/b\/*" ] } |