WorkFlowy colorful tags
Allows to assign color to tags in Workflowy
What is WorkFlowy colorful tags?
WorkFlowy colorful tags is a Chrome extension developed by Yiannis Chronakis, and its main feature is "Allows to assign color to tags in Workflowy".
Extension Screenshots
Download WorkFlowy colorful tags Extension CRX File
Download WorkFlowy colorful tags 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 extension allows the user to add colour to worKflowy tags. You can assign foreground and background colors to the label itself, the text or both. Tags and colors can be edited via the settings.
Extension Basic Information
Name | WorkFlowy colorful tags |
ID | cmbmkopbnnbhdeknahmdkfkjogdlbdjf |
Official URL | https://chromewebstore.google.com/detail/workflowy-colorful-tags/cmbmkopbnnbhdeknahmdkfkjogdlbdjf |
Description | Allows to assign color to tags in Workflowy |
File Size | 98.48 KB |
Installation Count | 720 |
Current Version | 0.2.4 |
Last Updated | 2014-12-13 |
Publish Date | 2014-12-13 |
Rating | 4.00/5 Total 14 Ratings |
Developer | Yiannis Chronakis |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WorkFlowy colorful tags", "short_name": "wflowyColor", "version": "0.2.4", "manifest_version": 2, "description": "Allows to assign color to tags in Workflowy", "homepage_url": "http:\/\/github.com\/chronakis", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "page_action": { "default_icon": "images\/icon-19.png", "default_title": "WorkFlowy colorful tags", "default_popup": "html\/options.html" }, "permissions": [ "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/workflowy.com\/", "http:\/\/workflowy.com\/" ], "js": [ "js\/lib\/jquery.min.js", "js\/modules\/common.js", "js\/modules\/options-data.js", "js\/content.js" ] }, { "matches": [ "https:\/\/workflowy.com\/", "http:\/\/workflowy.com\/" ], "css": [ "css\/content.css" ] } ] } |