Palettes from Coolors
Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
Hvad er Palettes from Coolors?
Palettes from Coolors er en Chrome-udvidelse udviklet af rajesh64727, og dens hovedfunktion er "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.".
Udvidelsesskærmbilleder
Download Palettes from Coolors-udvidelses-CRX-fil
Download Palettes from Coolors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Palettes from Coolors |
ID | mdfgfkplamgcjdoelfkobgdoopbflloc |
Officiel URL | https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc |
Beskrivelse | Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser. |
Filstørrelse | 12.64 KB |
Antal Installationer | 1,403 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-09-14 |
Udgivelsesdato | 2020-08-16 |
Udvikler | rajesh64727 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://rajesh64727.github.io/ |
Hjælpeside-URL | https://rajesh64727.github.io/ |
URL til Fortrolighedspolitik Side | https://rajesh64727.github.io/privacy.html |
Understøttede Sprog | 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" } } |