Slick color picker

A gorgeous color picker tool

Apa itu Slick color picker?

Slick color picker adalah ekstensi Chrome yang dikembangkan oleh Janet Purdy, dan fitur utamanya adalah "A gorgeous color picker tool".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Slick color picker

Unduh file ekstensi Slick 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

                        Slick Color Picker is an extension that can extract color reference from a web page.
Simple. Slick. Elegant.
Features:
❇︎ Color picker tool: activated with keyboard shortcut (Alt-P) or with browser toolbar
❇︎ Extracts page colors while you surfing the web. The color shown over the toolbar icon.
❇︎ Copy in HEX, RGB, HTML formats
❇︎ Copies automatically after selecting a pixel (just two clicks to the goal)
❇︎ Recent colors                    

Informasi Dasar Ekstensi

Nama Slick color picker Slick color picker
ID nbocmbonjfbpnolapbknojklafhkmplk
URL Resmi https://chrome.google.com/webstore/detail/slick-color-picker/nbocmbonjfbpnolapbknojklafhkmplk
Deskripsi A gorgeous color picker tool
Ukuran File 1.29 MB
Jumlah Instalasi 40,000
Versi Saat Ini 0.21.2
Terakhir Diperbarui 2022-05-19
Tanggal Publikasi 2021-03-23
Penilaian 4.60/5 Total 20 Penilaian
Pengembang Janet Purdy
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.notion.so/Privacy-Policy-Slick-Color-Picker-d0a0f3c212c9492cad2a92150fb84c52
Bahasa yang Didukung id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_name__",
        "default_icon": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "cont.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "commands": {
        "activate": {
            "description": "__MSG_select_color__",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        ""
    ],
    "version": "0.21.2",
    "web_accessible_resources": [
        "inject\/*.css"
    ]
}