RGB HEX Converter
This extension performs the conversion between rgb and hex. It's fast and stable.
What is RGB HEX Converter?
RGB HEX Converter is a Chrome extension developed by Yizhao He, and its main feature is "This extension performs the conversion between rgb and hex. It's fast and stable.".
Extension Screenshots
Download RGB HEX Converter Extension CRX File
Download RGB HEX Converter 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 performs the conversion between rgb and hex. It's fast, elegant and stable.
Extension Basic Information
Name | |
ID | ingginimfdkleceoglpialnhkioahnfe |
Official URL | https://chrome.google.com/webstore/detail/ingginimfdkleceoglpialnhkioahnfe |
Description | This extension performs the conversion between rgb and hex. It's fast and stable. |
File Size | 17.31 KB |
Installation Count | 124 |
Current Version | 1.0 |
Last Updated | 2015-11-17 |
Publish Date | 2015-11-17 |
Developer | Yizhao He |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://dafbang.com/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RGB HEX Converter", "description": "This extension performs the conversion between rgb and hex. It's fast and stable.", "version": "1.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" } } |