
Toggle CSS outline 作者: theodejager
Simple extension that toggles a red outline around all elements in a page on/off, useful for CSS debugging.
73 位使用者73 位使用者
擴充套件後設資料
畫面擷圖


關於此擴充套件
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 分
權限與資料了解更多
必要權限:
- 存取瀏覽器分頁
- 存取您所有網站中的資料
更多資訊
1.1 版的發行公告
The extension now saves the on/off state of the outline per tab, not globally. That means each tab has control over its own outline and it persists across page reloads. It is also now compatible with Google Chrome too.