Outliner CSS

A totally awesome structure and layout debugger that inserts CSS outlines to all elements.

Outliner CSS là gì?

Outliner CSS là một tiện ích mở rộng Chrome được phát triển bởi tarah, và tính năng chính của nó là "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Outliner CSS

Tải xuống các tệp mở rộng Outliner CSS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Outliner CSS Outliner CSS
ID epodomlablfiehjgajhlhbdhidlkokaj
URL Chính Thức https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj
Mô tả A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
Kích Thước Tệp 13.01 KB
Số Lần Cài Đặt 9,566
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-10-10
Ngày Phát Hành 2017-10-10
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển tarah
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}