Palettes from Coolors

Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.

Apa itu Palettes from Coolors?

Palettes from Coolors adalah ekstensi Chrome yang dikembangkan oleh rajesh64727, dan fitur utamanya adalah "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Palettes from Coolors

Unduh file ekstensi Palettes from Coolors 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

                        Hi,
Shows "coolors.co" color palettes in your web page.
It can be
-repositioned
-enabled/ disabled (by clicking on extension icon again)
-used to get new palettes by pressing 'space' key again and again.

This piece of work is meant not to harm any business interest of coolors.co and should be treated as compliment from a web developer.
In case of any conflict please let me know earliest.                    

Informasi Dasar Ekstensi

Nama Palettes from Coolors Palettes from Coolors
ID mdfgfkplamgcjdoelfkobgdoopbflloc
URL Resmi https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc
Deskripsi Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
Ukuran File 12.64 KB
Jumlah Instalasi 1,403
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-09-14
Tanggal Publikasi 2020-08-16
Pengembang rajesh64727
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rajesh64727.github.io/
URL Halaman Bantuan https://rajesh64727.github.io/
URL Halaman Kebijakan Privasi https://rajesh64727.github.io/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Palettes from Coolors",
    "version": "1.0",
    "description": "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.",
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    }
}