Color Pickle

Get color pickles from the store.

Apa itu Color Pickle?

Color Pickle adalah ekstensi Chrome yang dikembangkan oleh Rouxy, dan fitur utamanya adalah "Get color pickles from the store.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Color Pickle

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

                        Choose a suitable color for your application and get hex code below                    

Informasi Dasar Ekstensi

Nama Color Pickle Color Pickle
ID ajcjoillkdemmnkmacpekjepofpipdla
URL Resmi https://chromewebstore.google.com/detail/color-pickle/ajcjoillkdemmnkmacpekjepofpipdla
Deskripsi Get color pickles from the store.
Ukuran File 41.15 KB
Jumlah Instalasi 49
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-06-03
Tanggal Publikasi 2022-06-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Rouxy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Pickle",
    "description": "Get color pickles from the store.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16-16.png",
        "32": "32-32.png",
        "48": "48-48.png",
        "128": "128-128.png"
    }
}