UI Design

UI Design gives you the ability to edit a web page's CSS. Test out new designs, styles and images without coding

UI Design là gì?

UI Design là một tiện ích mở rộng Chrome được phát triển bởi danielvwilkinson, và tính năng chính của nó là "UI Design gives you the ability to edit a web page's CSS. Test out new designs, styles and images without coding".

Ả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 UI Design

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

                        Live edit a web page's CSS and styling without touching a line of code.

Quickly try out new images using the Unsplash API, test colors, gradients and fonts or use it as a learning tool to figure out how things like padding and margin affects the layout of your page.

As a developer you can quickly test changes without going into the console or uploading a new stylesheet.

Designers you can do what you do best and try out new design ideas without having to learn CSS.                    

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

Tên UI Design UI Design
ID foelobhaomlkojekpgenegcfedbgemej
URL Chính Thức https://chromewebstore.google.com/detail/ui-design/foelobhaomlkojekpgenegcfedbgemej
Mô tả UI Design gives you the ability to edit a web page's CSS. Test out new designs, styles and images without coding
Kích Thước Tệp 26.09 KB
Số Lần Cài Đặt 1,243
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2020-02-20
Ngày Phát Hành 2020-02-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển danielvwilkinson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UI Design",
    "short_name": "UI Design",
    "version": "1",
    "manifest_version": 2,
    "description": "UI Design gives you the ability to edit a web page's CSS. Test out new designs, styles and images without coding",
    "content_security_policy": "default-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "ui16.png",
        "48": "ui48.png",
        "128": "ui128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/style.css"
            ]
        }
    ],
    "browser_action": [],
    "permissions": [
        "activeTab"
    ]
}