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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |