Website Color Palette
The first extension that takes the real colors of the web page you are viewing. - Multiple color formats: rgb, hexadecimal, hsl…
Co je Website Color Palette?
Website Color Palette je rozšíření Chrome vyvinuté Forwards, a jeho hlavní funkcí je „The first extension that takes the real colors of the web page you are viewing. - Multiple color formats: rgb, hexadecimal, hsl…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Website Color Palette
Stáhněte si soubory rozšíření Website Color Palette 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í
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.
Základní Informace o Rozšíření
Název | Website Color Palette |
ID | kegbegkdllkghhaibpbgoeakihgjbmka |
Oficiální URL | https://chromewebstore.google.com/detail/website-color-palette/kegbegkdllkghhaibpbgoeakihgjbmka |
Popis | The first extension that takes the real colors of the web page you are viewing. - Multiple color formats: rgb, hexadecimal, hsl… |
Velikost souboru | 48.12 KB |
Počet instalací | 731 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2020-12-14 |
Datum Vydání | 2020-12-13 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | Forwards |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://websitecolorpalette.com |
URL Stránky Nápovědy | https://websitecolorpalette.com/contact |
URL Stránky Zásad Ochrany Soukromí | http://websitecolorpalette.com/privacy-policy |
Podporované Jazyky | 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" } } |