Palettes from Coolors

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

Wat is Palettes from Coolors?

Palettes from Coolors is een Chrome-extensie ontwikkeld door rajesh64727, en de belangrijkste functie is "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Palettes from Coolors

Download Palettes from Coolors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Palettes from Coolors Palettes from Coolors
ID mdfgfkplamgcjdoelfkobgdoopbflloc
Officiële URL https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc
Beschrijving Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
Bestandsgrootte 12.64 KB
Aantal Installaties 1,403
Huidige Versie 1.0
Laatst Bijgewerkt 2021-09-14
Publicatiedatum 2020-08-16
Ontwikkelaar rajesh64727
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rajesh64727.github.io/
Help Pagina-URL https://rajesh64727.github.io/
URL van de Privacybeleid Pagina https://rajesh64727.github.io/privacy.html
Ondersteunde Talen 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"
    }
}