Palettes from Coolors
Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
Vad är Palettes from Coolors?
Palettes from Coolors är en Chrome-tillägg utvecklad av rajesh64727, och dess huvudfunktion är "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.".
Tilläggsskärmbilder
Ladda ner Palettes from Coolors-förlängningens CRX-fil
Ladda ner Palettes from Coolors-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Palettes from Coolors |
ID | mdfgfkplamgcjdoelfkobgdoopbflloc |
Officiell webbadress | https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc |
Beskrivning | Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser. |
Filstorlek | 12.64 KB |
Antal Installationer | 1,403 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-09-14 |
Publiceringsdatum | 2020-08-16 |
Utvecklare | rajesh64727 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://rajesh64727.github.io/ |
Hjälpsida URL | https://rajesh64727.github.io/ |
URL till Sekretesspolicy Sidan | https://rajesh64727.github.io/privacy.html |
Stödda Språk | 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" } } |