CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Co to jest CSS Gradient Inspector?
CSS Gradient Inspector to rozszerzenie Chrome opracowane przez Rafael Caricio, a jego główną funkcją jest „Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CSS Gradient Inspector
Pobierz pliki rozszerzeń CSS Gradient Inspector 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
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. You can also toggle every element's gradient like different layers. It's useful for debugging. This project is open source and you can follow more updates at the GitHub repository: https://github.com/rafaelcaricio/gradient-inspector If you have any feedback, please create an issue at https://github.com/rafaelcaricio/gradient-inspector/issues
Podstawowe informacje o rozszerzeniu
Nazwa | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
Oficjalny URL | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Opis | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Rozmiar pliku | 284 KB |
Liczba instalacji | 1,792 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2014-10-01 |
Data Publikacji | 2014-10-01 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | Rafael Caricio |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/rafaelcaricio/gradient-inspector |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Gradient Inspector", "version": "0.2.0", "description": "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.", "devtools_page": "devtools.html", "manifest_version": 2, "icons": { "16": "img\/pretty_logo_x16.png", "48": "img\/pretty_logo_x48.png", "128": "img\/pretty_logo_x128.png" } } |