RGB HEX Converter
This extension performs the conversion between rgb and hex. It's fast and stable.
Vad är RGB HEX Converter?
RGB HEX Converter är en Chrome-tillägg utvecklad av Yizhao He, och dess huvudfunktion är "This extension performs the conversion between rgb and hex. It's fast and stable.".
Tilläggsskärmbilder
Ladda ner RGB HEX Converter-förlängningens CRX-fil
Ladda ner RGB HEX Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension performs the conversion between rgb and hex. It's fast, elegant and stable.
Grundläggande Information om Tillägg
Namn | |
ID | ingginimfdkleceoglpialnhkioahnfe |
Officiell webbadress | https://chrome.google.com/webstore/detail/ingginimfdkleceoglpialnhkioahnfe |
Beskrivning | This extension performs the conversion between rgb and hex. It's fast and stable. |
Filstorlek | 17.31 KB |
Antal Installationer | 124 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-11-17 |
Publiceringsdatum | 2015-11-17 |
Utvecklare | Yizhao He |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://dafbang.com/privacy.html |
Stödda Språk | 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" } } |