Trello Board Color Changer
Let's you change your Trello boards background color.
Cos'è Trello Board Color Changer?
Trello Board Color Changer è un'estensione di Chrome sviluppata da daergoth, e la sua funzione principale è "Let's you change your Trello boards background color.".
Scarica il file CRX dell'estensione Trello Board Color Changer
Scarica i file di estensione Trello Board Color Changer 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
This small extension let's you change your Trello boards background color. Further development is planned!
Informazioni di Base sull'Estensione
Nome | |
ID | gkhfebpopgcijhcobafpmaomafhaghhb |
URL Ufficiale | https://chromewebstore.google.com/detail/trello-board-color-change/gkhfebpopgcijhcobafpmaomafhaghhb |
Descrizione | Let's you change your Trello boards background color. |
Dimensione del File | 315 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2016-08-06 |
Data di Pubblicazione | 2016-08-06 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | daergoth |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Board Color Changer", "description": "Let's you change your Trello boards background color.", "version": "0.4", "permissions": [ "tabs", "storage", "*:\/\/trello.com\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Set your Trello boards background color", "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/b\/*" ], "js": [ "jquery\/jquery.min.js", "content-script.js" ] } ], "manifest_version": 2 } |