Color Picker

Allows you to define the color of an element on the page

Apa itu Color Picker?

Color Picker adalah ekstensi Chrome yang dikembangkan oleh makrkovdmitrij, dan fitur utamanya adalah "Allows you to define the color of an element on the page".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Color Picker

Unduh file ekstensi Color Picker 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

                        Meet new useful and cool Color Picker extension that brightens up your gray days behind the screen. Get the whole color palette from any web page just in one click with new and amazing Color picker. Absolutely free extension has never been so cool. It may come in handy for web designers and web developers. There is really no difficulties with this Eyedropper – simple, reliable, stable, with user-friendly interface so it`s pretty easy to work with. Get RGB colors from any webpage in simple manner.  Extension deals with a bunch of different color formats.  We provide you amazing and useful Eyedropper app for your browser. Install Color picker to improve your browser. Pick color just in one click and instantly get the color code. The color palette is absolutely free and most importantly, very versatile. Awesome ad simple extension allows you to select a pixel on the page and get color in popular formats. Extension is absolutely free and has no hidden scripts to mess with your personal data. It also doesn`t weigh a lot and it`s pretty easy to install and use. Extension flawlessly does what it`s supposed to do – instantly pick color from web pages. Download our product and you`ll be satisfied. After installation you`ll extracts the most used color from web pages just in one click while you're surfing the web.                    

Informasi Dasar Ekstensi

Nama Color Picker Color Picker
ID cbapocmbjilkikplhmkhhjjhmmlohffe
URL Resmi https://chrome.google.com/webstore/detail/color-picker/cbapocmbjilkikplhmkhhjjhmmlohffe
Deskripsi Allows you to define the color of an element on the page
Ukuran File 22.86 KB
Jumlah Instalasi 3,000
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-07-26
Tanggal Publikasi 2021-08-14
Penilaian 3.00/5 Total 2 Penilaian
Pengembang makrkovdmitrij
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "\/assets\/img\/logo.png"
    },
    "background": {
        "scripts": [
            "\/scripts\/common\/method.js",
            "\/scripts\/background.js",
            "\/vendor\/color-thief.umd.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/common\/method.js",
                "\/scripts\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "Allows you to define the color of an element on the page",
    "version": "1.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "ColorPicker"
    },
    "permissions": [
        "",
        "storage"
    ]
}