Website Color Palette
The first extension that takes the real colors of the web page you are viewing. - Multiple color formats: rgb, hexadecimal, hsl…
Wat is Website Color Palette?
Website Color Palette is een Chrome-extensie ontwikkeld door Forwards, en de belangrijkste functie is "The first extension that takes the real colors of the web page you are viewing. - Multiple color formats: rgb, hexadecimal, hsl…".
Extensie Screenshots
Download het CRX-bestand van de extensie Website Color Palette
Download Website Color Palette-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
The first extension that takes the real colors of the web page you are viewing.
- Multiple color formats: rgb, hexadecimal, hsl and more...
- Copy the color instantly (on click).
- No waiting times: 5 milliseconds.
- No fake or random colors. Basisinformatie over de Extensie
| Naam | |
| ID | kegbegkdllkghhaibpbgoeakihgjbmka |
| Officiële URL | https://chromewebstore.google.com/detail/website-color-palette/kegbegkdllkghhaibpbgoeakihgjbmka |
| Beschrijving | The first extension that takes the real colors of the web page you are viewing. - Multiple color formats: rgb, hexadecimal, hsl… |
| Bestandsgrootte | 48.12 KB |
| Aantal Installaties | 731 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2020-12-14 |
| Publicatiedatum | 2020-12-13 |
| Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Forwards |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://websitecolorpalette.com |
| Help Pagina-URL | https://websitecolorpalette.com/contact |
| URL van de Privacybeleid Pagina | http://websitecolorpalette.com/privacy-policy |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Website Color Palette",
"manifest_version": 2,
"version": "0.1.0",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"chroma.js",
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_popup": ".\/popup\/index.html",
"default_title": "Website Color Palette"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |