CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Vad är CSS Gradient Inspector?
CSS Gradient Inspector är en Chrome-tillägg utvecklad av Rafael Caricio, och dess huvudfunktion är "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Tilläggsskärmbilder
Ladda ner CSS Gradient Inspector-förlängningens CRX-fil
Ladda ner CSS Gradient Inspector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
Officiell webbadress | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Beskrivning | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Filstorlek | 284 KB |
Antal Installationer | 1,792 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2014-10-01 |
Publiceringsdatum | 2014-10-01 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Rafael Caricio |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rafaelcaricio/gradient-inspector |
Stödda Språk | 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" } } |