Palettes from Coolors
Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
Cos'è Palettes from Coolors?
Palettes from Coolors è un'estensione di Chrome sviluppata da rajesh64727, e la sua funzione principale è "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Palettes from Coolors
Scarica i file di estensione Palettes from Coolors in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Palettes from Coolors |
ID | mdfgfkplamgcjdoelfkobgdoopbflloc |
URL Ufficiale | https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc |
Descrizione | Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser. |
Dimensione del File | 12.64 KB |
Conteggio Installazioni | 1,403 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-09-14 |
Data di Pubblicazione | 2020-08-16 |
Sviluppatore | rajesh64727 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://rajesh64727.github.io/ |
URL della Pagina di Aiuto | https://rajesh64727.github.io/ |
URL della Pagina della Politica sulla Privacy | https://rajesh64727.github.io/privacy.html |
Lingue Supportate | 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" } } |