Hide images in trello
This extension adds button to toggle all cover images in Trello lists.
Apa itu Hide images in trello?
Hide images in trello adalah ekstensi Chrome yang dikembangkan oleh streumme, dan fitur utamanya adalah "This extension adds button to toggle all cover images in Trello lists.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hide images in trello
Unduh file ekstensi Hide images in trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | opaoofkloohknnanekncgnpcknohcbpj |
URL Resmi | https://chromewebstore.google.com/detail/hide-images-in-trello/opaoofkloohknnanekncgnpcknohcbpj |
Deskripsi | This extension adds button to toggle all cover images in Trello lists. |
Ukuran File | 44.63 KB |
Jumlah Instalasi | 83 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-04-10 |
Tanggal Publikasi | 2019-04-10 |
Penilaian | 2.67/5 Total 3 Penilaian |
Pengembang | streumme |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |