Inspect CSS

The easiest way to inspect and edit CSS

Inspect CSS là gì?

Inspect CSS là một tiện ích mở rộng Chrome được phát triển bởi kholid060, và tính năng chính của nó là "The easiest way to inspect and edit CSS".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Inspect 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

                        Features: 
🔎 Get CSS Properties from any element by selecting it
✏️ Get and edit element attributes
📷 Download website assets
⌨️ Add your custom CSS to the website
🎨 Get the color palette of the website
🧭 DOM Navigation
🎯 Color picker

GitHub:
https://github.com/Kholid060/inspect-css                    

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

Tên Inspect CSS Inspect CSS
ID fbopfffegfehobgoommphghohinpkego
URL Chính Thức https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego
Mô tả The easiest way to inspect and edit CSS
Kích Thước Tệp 380 KB
Số Lần Cài Đặt 5,344
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2020-09-15
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển kholid060
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Kholid060/inspect-css
URL Trang Trợ Giúp https://github.com/Kholid060/inspect-css/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "1.0.2",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": [],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/woff2\/*.woff2",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}