Color picker

Color Picker gives you the possibility to choose precise colors for your work, and give you the number of the color in HEX and RGB

¿Qué es Color picker?

Color picker es una extensión de Chrome desarrollada por hassan saghir, y su función principal es "Color Picker gives you the possibility to choose precise colors for your work, and give you the number of the color in HEX and RGB".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Color picker

Descarga archivos de extensión 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

                        Color Picker gives you the possibility to choose precise colors for your work, and give you the number of the color in HEX, RGB or HSB

Are you in web design? Or maybe you in Photoshop, anyway you have the right place.

Color Picker is the ultimate tool for people working on world web design! It gives you the ability to choose accurate colors for your work, and give you the exact color number you can use in any design software that allows you to use it.

Most of the people who work with Color Picker is web designer, considering it to be useful and important tool for web designers. When working on building a website, you can play with the colors you want to use for the site on this amazing FREE 100% application, choose the number of colors from the application, and use it in the CSS file.

Color Picker makes life easier for web designers, do not change site colors, again and again until you get the results you are looking for, just use color picker to choose the color you need for the website you are working on.

Color Picker is 100% free application, and you can use it as much as you want! Have fun!la construction d'un site Web, vous pouvez jouer avec les couleurs que vous souhaitez utiliser pour le site sur cette application étonnante GRATUIT 100%, choisir le nombre de couleurs à partir de l'application, et de l'utiliser dans le fichier CSS.

Color Picker rend la vie plus facile aux concepteurs web, ne pas changer les couleurs site, encore et encore jusqu'à ce que vous obteniez les résultats que vous recherchez, il suffit d'utiliser sélecteur de couleurs pour choisir la couleur dont vous avez besoin pour le site Web sur lequel vous travaillez.

Color Picker est 100% application gratuite, et vous pouvez l'utiliser autant que vous voulez! Amusez-vous bien!                    

Información Básica de la Extensión

Nombre Color picker Color picker
ID gffjdohanhmkfbpnjlnmaeabfhghpilo
URL Oficial https://chromewebstore.google.com/detail/color-picker/gffjdohanhmkfbpnjlnmaeabfhghpilo
Descripción Color Picker gives you the possibility to choose precise colors for your work, and give you the number of the color in HEX and RGB
Tamaño del Archivo 116 KB
Cantidad de Instalaciones 20,000
Versión Actual 2
Última Actualización 2019-10-27
Fecha de Publicación 2019-10-26
Calificación 1.79/5 Total de 52 Calificaciones
Desarrollador hassan saghir
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color picker",
    "short_name": "Color by HSI",
    "description": "Color Picker gives you the possibility to choose precise colors for your work, and give you the number of the color in HEX and RGB",
    "version": "2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Color by HSI"
    },
    "icons": {
        "128": "logos\/logo.png",
        "16": "logos\/logo.png"
    }
}