Color Tool
Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Hvad er Color Tool?
Color Tool er en Chrome-udvidelse udviklet af Kirill Klimuk, og dens hovedfunktion er "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.".
Udvidelsesskærmbilleder
Download Color Tool-udvidelses-CRX-fil
Download Color Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Type "color" into the omnibox and start using the app. To use, type either hex, rgb, hsv, hsl and the values. A range of available transformations will pop up. Select the one you want. It will automatically be copied to your clipboard.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | flmbopnfglddclobhlmlfahodcgdhaga |
Officiel URL | https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga |
Beskrivelse | Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard. |
Filstørrelse | 116 KB |
Antal Installationer | 69 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2014-11-17 |
Udgivelsesdato | 2014-11-17 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Kirill Klimuk |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "index.html" }, "description": "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.", "icons": { "128": "assets\/color-tool-128x128.png", "16": "assets\/color-tool-16x16.png", "48": "assets\/color-tool-48x48.png" }, "manifest_version": 2, "name": "Color Tool", "offline_enabled": true, "omnibox": { "keyword": "color" }, "permissions": [ "clipboardRead" ], "version": "1.0.0" } |