Verizon Color Palette

This extension let's you quickly copy Hex codes from Verizon's branding colors.

Verizon Color Palette là gì?

Verizon Color Palette là một tiện ích mở rộng Chrome được phát triển bởi Verizon Gsuite, và tính năng chính của nó là "This extension let's you quickly copy Hex codes from Verizon's branding colors.".

Ả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 Verizon Color Palette

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

                        This extension let's you quickly copy Hex codes from Verizon's branding colors.                    

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

Tên Verizon Color Palette Verizon Color Palette
ID lpmhdnbpkhinnncojldlopceoippejej
URL Chính Thức https://chromewebstore.google.com/detail/verizon-color-palette/lpmhdnbpkhinnncojldlopceoippejej
Mô tả This extension let's you quickly copy Hex codes from Verizon's branding colors.
Kích Thước Tệp 50.31 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.0.0.9
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2023-07-03
Nhà Phát Triển Verizon Gsuite
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": 3,
    "name": "Verizon Color Palette",
    "description": "This extension let's you quickly copy Hex codes from Verizon's branding colors.",
    "version": "1.0.0.9",
    "action": {
        "default_icon": "verizonc.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "clipboard.js",
                "clipboard.min.js",
                "jquery-3.3.1.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}