Material Design Palette

Select a HTML element and change its colors based on this material design colors palette

Material Design Palette là gì?

Material Design Palette là một tiện ích mở rộng Chrome được phát triển bởi Anderson Mamede, và tính năng chính của nó là "Select a HTML element and change its colors based on this material design colors palette".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Material Design Palette is an easy-to-use extension where you select a HTML element or type in a CSS/jQuery selector and you can change, in real time, its text, background and border color using its embedded material design colors (palette).

After some changes, you can just copy the generated CSS code and save on your HTML page.

It is intended to make HTML elements color changing fast and easy.                    

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

Tên Material Design Palette Material Design Palette
ID iklaoaeikobdklaggagbapdkhamhdjoc
URL Chính Thức https://chromewebstore.google.com/detail/material-design-palette/iklaoaeikobdklaggagbapdkhamhdjoc
Mô tả Select a HTML element and change its colors based on this material design colors palette
Kích Thước Tệp 45.83 KB
Số Lần Cài Đặt 863
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-11-04
Ngày Phát Hành 2016-11-04
Nhà Phát Triển Anderson Mamede
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.1",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "panel.html",
        "close.svg",
        "move.svg",
        "search.svg",
        "search-white.svg",
        "code.svg",
        "help.svg"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}