Palette
Quick interesting colour palettes for your next project
What is Palette?
Palette is a Chrome extension developed by Billboard, and its main feature is "Quick interesting colour palettes for your next project".
Extension Screenshots
Download Palette Extension CRX File
Download Palette 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
Quick interesting colour palettes for your next project. Based on Tobias van Schneider's Colour Claim: http://www.vanschneider.com/colors/ This project is completely open source: https://github.com/gregjw/palette
Extension Basic Information
Name | Palette |
ID | nmfbolhlkhjkmkkbginaicfpbpdjlfje |
Official URL | https://chromewebstore.google.com/detail/palette/nmfbolhlkhjkmkkbginaicfpbpdjlfje |
Description | Quick interesting colour palettes for your next project |
File Size | 17.99 KB |
Installation Count | 85 |
Current Version | 3.0 |
Last Updated | 2017-08-17 |
Publish Date | 2017-08-17 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Billboard |
[email protected] | |
Payment Type | free |
Extension Website | http://feather-cfm.com |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Palette", "description": "Quick interesting colour palettes for your next project", "version": "3.0", "author": "Feather", "browser_action": { "default_icon": "on.png", "default_popup": "popup.html" }, "icons": { "16": "on.png", "48": "on.png", "128": "on.png" }, "permissions": [ "activeTab", "alarms", "notifications" ] } |