CSS TRIMMER

Creates a single line Style tag from Chrome's dev tools Styles menu

CSS TRIMMER là gì?

CSS TRIMMER là một tiện ích mở rộng Chrome được phát triển bởi Alon Adler, và tính năng chính của nó là "Creates a single line Style tag from Chrome's dev tools Styles menu".

Ả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 CSS TRIMMER

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

                        Quickly turns Dev Tools CSS Styles code to an inline style tag.

For example, turn:

display: block;
height: 14em;
resize: vertical;

To:

style='display: block; height: 14em; resize: vertical;'

In a single click.

How to use:
1- Copy any CSS code block from Chrome's Dev Tools Styles menu to the clipboard (CTRL+C).
2- Press the CSS icon in the extensions menu.
3- That's it, you're done, the inline style tag is auto copied to your clipboard (and also visible in the popup page).

4- You can modify the CSS code and press the 'ReTrim' button to create the style tag again, with your changes.                    

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

Tên CSS TRIMMER CSS TRIMMER
ID hdhbfineemcdppmmlahpohaiinapaejc
URL Chính Thức https://chromewebstore.google.com/detail/css-trimmer/hdhbfineemcdppmmlahpohaiinapaejc
Mô tả Creates a single line Style tag from Chrome's dev tools Styles menu
Kích Thước Tệp 18 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-04-20
Ngày Phát Hành 2017-04-20
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Alon Adler
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS TRIMMER",
    "short_name": "CSS TRIMMER",
    "author": "Alon Adler",
    "description": "Creates a single line Style tag from Chrome's dev tools Styles menu",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ]
}