CSS Color Names
CSS Color Names Reference
What is CSS Color Names?
CSS Color Names is a Chrome extension developed by pluraldev.com, and its main feature is "CSS Color Names Reference".
Extension Screenshots
Download CSS Color Names Extension CRX File
Download CSS Color Names 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
Provides a reference for the CSS color names, based in the SVG 1.0 color keyword names (http://www.w3.org/TR/SVG/types.html#ColorKeywords). You can copy the names to the clipboard by clicking a color tile.
Extension Basic Information
Name | CSS Color Names |
ID | dpjlhcacpgbemcijbpkpakofehlaejah |
Official URL | https://chromewebstore.google.com/detail/css-color-names/dpjlhcacpgbemcijbpkpakofehlaejah |
Description | CSS Color Names Reference |
File Size | 64.31 KB |
Installation Count | 596 |
Current Version | 1.0.3.5 |
Last Updated | 2015-05-12 |
Publish Date | 2015-05-12 |
Rating | 5.00/5 Total 3 Ratings |
Developer | pluraldev.com |
[email protected] | |
Payment Type | free |
Extension Website | http://pluraldev.com/apps.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Color Names", "short_name": "CSS Color Names", "description": "CSS Color Names Reference", "version": "1.0.3.5", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html" }, "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |