Trello Cleaner Design
Some improvements in Trello.com UI design, which allows to see cards more clear
Cos'è Trello Cleaner Design?
Trello Cleaner Design è un'estensione di Chrome sviluppata da https://uptimiza.com, e la sua funzione principale è "Some improvements in Trello.com UI design, which allows to see cards more clear".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello Cleaner Design
Scarica i file di estensione Trello Cleaner Design in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Some improvements in Trello.com UI design, which allows to see cards more clear
Informazioni di Base sull'Estensione
Nome | Trello Cleaner Design |
ID | jpoeolmhikfpcbkmhdodedglnngoljad |
URL Ufficiale | https://chromewebstore.google.com/detail/trello-cleaner-design/jpoeolmhikfpcbkmhdodedglnngoljad |
Descrizione | Some improvements in Trello.com UI design, which allows to see cards more clear |
Dimensione del File | 43.51 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-03-03 |
Data di Pubblicazione | 2018-03-03 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | https://uptimiza.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Cleaner Design", "manifest_version": 2, "version": "1.1", "description": "Some improvements in Trello.com UI design, which allows to see cards more clear", "background": { "persistent": false, "scripts": [ "jquery.min.js", "background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "name": "Trello Cleaner Design", "icons": [ "icon.png" ], "default_icon": "icon.png", "default_title": "Trello Cleaner Design", "default_popup": "popup.html" }, "web_accessible_resources": [ "trello.css", "trello_plus.css" ], "content_scripts": [ { "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "js": [ "jquery.min.js", "background.js" ] } ], "permissions": [ "storage", "tabs", "background" ] } |