ColorFlick for Dribbble

Developer friendly color palette extension for Dribbble

ColorFlick for Dribbble là gì?

ColorFlick for Dribbble là một tiện ích mở rộng Chrome được phát triển bởi Thiyagaraj T, và tính năng chính của nó là "Developer friendly color palette extension for Dribbble".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ColorFlick for Dribbble

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

                        Lot of us look out for color inspirations from Dribbble. Copying hex codes has always been difficult. ColorFlick for Dribbble introduces a developer friendly color palette to quickly copy hex codes to your clipboard. Also there is Coolors(https://coolors.co) palette link as well too save a shareable palette from you favourite Dribbble shot.                    

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

Tên ColorFlick for Dribbble ColorFlick for Dribbble
ID biemhkdecdmbffonfjjdhahmghllkcon
URL Chính Thức https://chromewebstore.google.com/detail/colorflick-for-dribbble/biemhkdecdmbffonfjjdhahmghllkcon
Mô tả Developer friendly color palette extension for Dribbble
Kích Thước Tệp 27.64 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-08-01
Ngày Phát Hành 2020-07-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Thiyagaraj T
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": "ColorFlick for Dribbble",
    "version": "0.0.1",
    "description": "Developer friendly color palette extension for Dribbble",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Thiyagaraj (https:\/\/twitter.com\/thewizardjs)",
    "web_accessible_resources": [
        "icons\/*",
        "assets\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/dribbble.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}