ColorFlick for Dribbble

Developer friendly color palette extension for Dribbble

Apa itu ColorFlick for Dribbble?

ColorFlick for Dribbble adalah ekstensi Chrome yang dikembangkan oleh Thiyagaraj T, dan fitur utamanya adalah "Developer friendly color palette extension for Dribbble".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ColorFlick for Dribbble

Unduh file ekstensi ColorFlick for Dribbble dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ColorFlick for Dribbble ColorFlick for Dribbble
ID biemhkdecdmbffonfjjdhahmghllkcon
URL Resmi https://chromewebstore.google.com/detail/colorflick-for-dribbble/biemhkdecdmbffonfjjdhahmghllkcon
Deskripsi Developer friendly color palette extension for Dribbble
Ukuran File 27.64 KB
Jumlah Instalasi 58
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-08-01
Tanggal Publikasi 2020-07-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Thiyagaraj T
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}