CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
什麼是CSS Gradient Inspector?
CSS Gradient Inspector是由Rafael Caricio開發的Chrome擴展程式,該擴展的主要功能是“Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.”。
擴展截圖
下載CSS Gradient Inspector擴展crx文件
下載CSS Gradient Inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
官方網址 | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
簡介 | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
檔案大小 | 284 KB |
安裝次數 | 1,792 |
目前版本 | 0.2.0 |
更新時間 | 2014-10-01 |
上架時間 | 2014-10-01 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Rafael Caricio |
付費類型 | free |
擴展官網 | https://github.com/rafaelcaricio/gradient-inspector |
支援的語言 | 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" } } |