Hide images in trello
This extension adds button to toggle all cover images in Trello lists.
Co to jest Hide images in trello?
Hide images in trello to rozszerzenie Chrome opracowane przez streumme, a jego główną funkcją jest „This extension adds button to toggle all cover images in Trello lists.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide images in trello
Pobierz pliki rozszerzeń Hide images in trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | opaoofkloohknnanekncgnpcknohcbpj |
Oficjalny URL | https://chromewebstore.google.com/detail/hide-images-in-trello/opaoofkloohknnanekncgnpcknohcbpj |
Opis | This extension adds button to toggle all cover images in Trello lists. |
Rozmiar pliku | 44.63 KB |
Liczba instalacji | 83 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-04-10 |
Data Publikacji | 2019-04-10 |
Ocena | 2.67/5 Łącznie 3 Oceny |
Deweloper | streumme |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |