Trello Board Color Changer
Let's you change your Trello boards background color.
What is Trello Board Color Changer?
Trello Board Color Changer is a Chrome extension developed by daergoth, and its main feature is "Let's you change your Trello boards background color.".
Download Trello Board Color Changer Extension CRX File
Download Trello Board Color Changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This small extension let's you change your Trello boards background color. Further development is planned!
Extension Basic Information
Name | |
ID | gkhfebpopgcijhcobafpmaomafhaghhb |
Official URL | https://chromewebstore.google.com/detail/trello-board-color-change/gkhfebpopgcijhcobafpmaomafhaghhb |
Description | Let's you change your Trello boards background color. |
File Size | 315 KB |
Installation Count | 20 |
Current Version | 0.4 |
Last Updated | 2016-08-06 |
Publish Date | 2016-08-06 |
Rating | 3.00/5 Total 2 Ratings |
Developer | daergoth |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |