Live color picker
Simple Color Picker app lets you detect (grab) the color from the browser tab
¿Qué es Live color picker?
Live color picker es una extensión de Chrome desarrollada por http://live-color-picker.com, y su función principal es "Simple Color Picker app lets you detect (grab) the color from the browser tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Live color picker
Descarga archivos de extensión Live color picker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Live Color Picker app lets you detect (grab) the color from the browser tab and copy it in any format. It's also pretty simple to use – click on the extension icon and start working. The main features are: ⭐Different formats: HEX, RGB, HSV ⭐Pick a color from the page ⭐Red-Green-Blue (RGB) wheel to adjust selected Copy the colors just by clicking and start using them in your designs.
Información Básica de la Extensión
Nombre | |
ID | ocfboephblnapfbccjigejhblhkpgflj |
URL Oficial | https://chrome.google.com/webstore/detail/live-color-picker/ocfboephblnapfbccjigejhblhkpgflj |
Descripción | Simple Color Picker app lets you detect (grab) the color from the browser tab |
Tamaño del Archivo | 405 KB |
Cantidad de Instalaciones | 4,882,364 |
Versión Actual | 0.9.3 |
Última Actualización | 2023-03-09 |
Fecha de Publicación | 2021-12-27 |
Calificación | 4.21/5 Total de 43 Calificaciones |
Desarrollador | http://live-color-picker.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://live-color-picker.com |
URL de la Página de Política de Privacidad | https://live-color-picker.com/privacy |
Idiomas Soportados | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Live color picker", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "default_title": "__MSG_badgeAvailable__", "default_popup": "html\/popup.html" }, "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "incognito": "split", "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "storage", "commands", "scripting", "alarms" ], "host_permissions": [ " |