Palettes from Coolors

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

Co je Palettes from Coolors?

Palettes from Coolors je rozšíření Chrome vyvinuté rajesh64727, a jeho hlavní funkcí je „Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Palettes from Coolors

Stáhněte si soubory rozšíření Palettes from Coolors ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Palettes from Coolors Palettes from Coolors
ID mdfgfkplamgcjdoelfkobgdoopbflloc
Oficiální URL https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc
Popis Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
Velikost souboru 12.64 KB
Počet instalací 1,403
Aktuální Verze 1.0
Poslední Aktualizace 2021-09-14
Datum Vydání 2020-08-16
Vývojář rajesh64727
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://rajesh64727.github.io/
URL Stránky Nápovědy https://rajesh64727.github.io/
URL Stránky Zásad Ochrany Soukromí https://rajesh64727.github.io/privacy.html
Podporované Jazyky 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"
    }
}