Color Tool
Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
Co to jest Color Tool?
Color Tool to rozszerzenie Chrome opracowane przez Kirill Klimuk, a jego główną funkcją jest „Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Color Tool
Pobierz pliki rozszerzeń Color Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | flmbopnfglddclobhlmlfahodcgdhaga |
Oficjalny URL | https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga |
Opis | Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard. |
Rozmiar pliku | 116 KB |
Liczba instalacji | 69 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2014-11-17 |
Data Publikacji | 2014-11-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Kirill Klimuk |
Typ Płatności | free |
Obsługiwane Języki | 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" } |