Toggle CSS outline 作者: theodejager
Simple extension that toggles a red outline around all elements in a page on/off, useful for CSS debugging.
69 位使用者69 位使用者
擴充套件後設資料
畫面擷圖
關於此擴充套件
This extension adds a browser button that toggles a red outline on/off around all elements on a page. Useful for CSS development, to see all the borders of all elements in one glance quickly without opening the developer tools panel. Basically it sets the following style on / off:
* { outline: 1px solid red; }
Source code: https://github.com/theodejager/toggle-css-outline
* { outline: 1px solid red; }
Source code: https://github.com/theodejager/toggle-css-outline
由 1 位評論者給出 5 分
權限與資料
更多資訊