Website Color Palette Extractor - Apkvega

Looking to enhance your website's design with a unique and appealing color scheme? Try out the "Website Color Palette" Chrome…

Website Color Palette Extractor - Apkvega là gì?

Website Color Palette Extractor - Apkvega là một tiện ích mở rộng Chrome được phát triển bởi https://apkvega.com, và tính năng chính của nó là "Looking to enhance your website's design with a unique and appealing color scheme? Try out the "Website Color Palette" Chrome…".

Ả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 Website Color Palette Extractor - Apkvega

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

                        Looking to enhance your website's design with a unique and appealing color scheme? Try out the "Website Color Palette" Chrome extension! With just a click, you can generate a beautiful color palette that perfectly suits your website's style and theme. Don't settle for dull and uninspired designs - Install the "Website Color Palette" extension today and make your website stand out!

The "Website Color Palette" Chrome extension is a tool that helps web developers and designers easily extract color palettes from any website they visit. This extension allows users to quickly identify the colors used on a webpage, as well as their corresponding hex codes, RGB values, and color names.

Once installed, the "Website Color Palette" extension adds a small icon to the Chrome toolbar. When clicked, the extension opens a color palette that displays the colors used on the current webpage. Users can hover over each color to see its corresponding values, and can also copy the hex code or RGB value with a single click.

This extension is particularly useful for designers and developers who need to create color schemes that match the existing colors on a website or who want to analyze the color choices of their competitors. With the "Website Color Palette" extension, users can easily extract color palettes from any website they visit, saving them time and effort in their design work.                    

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

Tên Website Color Palette Extractor - Apkvega Website Color Palette Extractor - Apkvega
ID amcodeljhjnmonodhmgapaglomkgagmh
URL Chính Thức https://chromewebstore.google.com/detail/website-color-palette-ext/amcodeljhjnmonodhmgapaglomkgagmh
Mô tả Looking to enhance your website's design with a unique and appealing color scheme? Try out the "Website Color Palette" Chrome…
Kích Thước Tệp 46.08 KB
Số Lần Cài Đặt 490
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-05-04
Ngày Phát Hành 2023-05-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://apkvega.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://apkvega.com
URL Trang Chính Sách Bảo Mật https://apkvega.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Color Palette Extractor - Apkvega",
    "manifest_version": 3,
    "version": "2.0",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Website Color Palette Extractor - Apkvega",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "chroma.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}