Trello Board Color Changer
Let's you change your Trello boards background color.
Wat is Trello Board Color Changer?
Trello Board Color Changer is een Chrome-extensie ontwikkeld door daergoth, en de belangrijkste functie is "Let's you change your Trello boards background color.".
Download het CRX-bestand van de extensie Trello Board Color Changer
Download Trello Board Color Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This small extension let's you change your Trello boards background color. Further development is planned!
Basisinformatie over de Extensie
Naam | |
ID | gkhfebpopgcijhcobafpmaomafhaghhb |
Officiële URL | https://chromewebstore.google.com/detail/trello-board-color-change/gkhfebpopgcijhcobafpmaomafhaghhb |
Beschrijving | Let's you change your Trello boards background color. |
Bestandsgrootte | 315 KB |
Aantal Installaties | 20 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2016-08-06 |
Publicatiedatum | 2016-08-06 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | daergoth |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |