CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
Co to jest CSS Color Chart?
CSS Color Chart to rozszerzenie Chrome opracowane przez Iñaki Aranzadi, a jego główną funkcją jest „Tool that references all the css color that can be call by name, in rainbow order.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CSS Color Chart
Pobierz pliki rozszerzeń CSS Color Chart 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
This little tool let you explore all the CSS colors that have a name value, then you can copy the name on your clipboard by simply clicking on the circular tile.
Podstawowe informacje o rozszerzeniu
Nazwa | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
Oficjalny URL | https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc |
Opis | Tool that references all the css color that can be call by name, in rainbow order. |
Rozmiar pliku | 71.04 KB |
Liczba instalacji | 115 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2016-02-29 |
Data Publikacji | 2016-02-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Iñaki Aranzadi |
Typ Płatności | free |
Strona Rozszerzenia | http://ainsleywagoner.com/color-chart/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Color Chart", "description": "Tool that references all the css color that can be call by name, in rainbow order.", "version": "1.2.2", "icons": { "32": "images\/tile.32.png", "64": "images\/tile.64.png", "128": "images\/tile.128.png" }, "browser_action": { "default_icon": "images\/tile.128.png", "default_title": "CSS Color Chart", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |