Outliner CSS
A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
什麼是Outliner CSS?
Outliner CSS是由tarah開發的Chrome擴展程式,該擴展的主要功能是“A totally awesome structure and layout debugger that inserts CSS outlines to all elements.”。
擴展截圖
下載Outliner CSS擴展crx文件
下載Outliner CSS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
After years of adding debug styles into projects to help debug structure and layout issues I spent an afternoon making the Outliner CSS chrome extension. Outliner CSS is added to the current page on all elements with the option to switch between RGB colors and toggle background color opacity to highlight depth.
擴展基本資訊
名稱 | Outliner CSS |
ID | epodomlablfiehjgajhlhbdhidlkokaj |
官方網址 | https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj |
簡介 | A totally awesome structure and layout debugger that inserts CSS outlines to all elements. |
檔案大小 | 13.01 KB |
安裝次數 | 9,566 |
目前版本 | 1.0.1 |
更新時間 | 2017-10-10 |
上架時間 | 2017-10-10 |
評分 | 5.00/5 共 8 次評分 |
開發者 | tarah |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outliner CSS", "description": "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.", "version": "1.0.1", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Outliner CSS", "default_icon": "icon_19.png", "default_popup": "popup.html" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "manifest_version": 2 } |