CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Hvad er CSS Gradient Inspector?
CSS Gradient Inspector er en Chrome-udvidelse udviklet af Rafael Caricio, og dens hovedfunktion er "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Udvidelsesskærmbilleder
Download CSS Gradient Inspector-udvidelses-CRX-fil
Download CSS Gradient Inspector-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
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
Grundlæggende oplysninger om udvidelsen
Navn | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
Officiel URL | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Beskrivelse | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Filstørrelse | 284 KB |
Antal Installationer | 1,792 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2014-10-01 |
Udgivelsesdato | 2014-10-01 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | Rafael Caricio |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/rafaelcaricio/gradient-inspector |
Understøttede Sprog | 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" } } |