Color-Converter
Convert your color to other color-formats (hex <-> rgb <-> hsl)
Vad är Color-Converter?
Color-Converter är en Chrome-tillägg utvecklad av https://heithe.com, och dess huvudfunktion är "Convert your color to other color-formats (hex <-> rgb <-> hsl)".
Tilläggsskärmbilder
Ladda ner Color-Converter-förlängningens CRX-fil
Ladda ner Color-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 let you convert a given color into other color-formats.
At this time you can convert: hex, splitted hex <-> rgb in decimal or percentage <-> hsl in decimal or percentage
Just look at the screenshots, install and try it :)
Watch my blog: http://www.heithe.com
Contact me: heithe01+chrcc at gmail dot com
Donations are welcome to heithe01 at gmail dot com through paypal :) Grundläggande Information om Tillägg
| Namn | |
| ID | ekjjmfmbokeceeeblblppmgkcenhncii |
| Officiell webbadress | https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii |
| Beskrivning | Convert your color to other color-formats (hex <-> rgb <-> hsl) |
| Filstorlek | 111 KB |
| Antal Installationer | 1,105 |
| Aktuell Version | 1.0.1.1 |
| Senast Uppdaterad | 2013-06-25 |
| Publiceringsdatum | 2013-06-25 |
| Betyg | 4.33/5 Totalt 6 Betyg |
| Utvecklare | https://heithe.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.heithe.com/blog/ |
| Hjälpsida URL | http://www.heithe.com/blog/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "img\/icons\/color_converter_logo_19.png",
"default_popup": "html\/color_converter.html",
"default_title": "Color-Converter"
},
"description": "Convert your color to other color-formats (hex <-> rgb <-> hsl)",
"icons": {
"128": "img\/icons\/color_converter_logo_128.png",
"16": "img\/icons\/color_converter_logo_16.png",
"48": "img\/icons\/color_converter_logo_48.png"
},
"manifest_version": 2,
"name": "Color-Converter",
"version": "1.0.1.1"
} | |