AKColor

The first 3D color selection tool with integrated eye dropper.

¿Qué es AKColor?

AKColor es una extensión de Chrome desarrollada por Aurélien KLEIN, y su función principal es "The first 3D color selection tool with integrated eye dropper.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AKColor

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

                        Discover a new way to manipulate colors!

With its simple and fun interface, manipulate and use colors in a 3-dimensional environment.
Enjoy the logs to reuse your favorite colors.

You like a color on a website? So get it back with the integrated eye dropper in the extension!
Click ... and it's already copied!

You can also convert a value to the desired format with the color converter.

►► Features ◄◄
+ 3D color picker
+ Eyedropper to select a color on a webpage.
+ Gradient generator
+ Color converter
+ Click and paste. Automatic copy to the clipboard.
+ Reuse your colors with color history.
+ Keyboard shortcuts
+ Use the eyedropper directly with the right click (shortcuts in the context menu).
+ Lot of settings available for the eyedropper, color picker and interface.
+ 4 supported color formats (Hexadecimal, RGB, HSL and X11)

A very practical tool for every developer and every graphic designer!

Experience the AKColor!


►► Official website
akcolor.aklibrary.fr

►► Feedback & Bug report
[email protected]                    

Información Básica de la Extensión

Nombre AKColor AKColor
ID njhgppihgleonhgjanbjojnpgjkfmijo
URL Oficial https://chromewebstore.google.com/detail/akcolor/njhgppihgleonhgjanbjojnpgjkfmijo
Descripción The first 3D color selection tool with integrated eye dropper.
Tamaño del Archivo 480 KB
Cantidad de Instalaciones 5,418
Versión Actual 1.9.1
Última Actualización 2020-07-23
Fecha de Publicación 2020-03-14
Calificación 4.88/5 Total de 17 Calificaciones
Desarrollador Aurélien KLEIN
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://akcolor.aklibrary.fr
Idiomas Soportados de,en,en-GB,fr,nl,no,da,es,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.9.1",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "options_page": "parametre.html",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/IconeChromeWebStore.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "file:\/\/*\/*",
        "https:\/\/*.aklibrary.fr\/*",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_popup": "appli.html",
        "default_icon": "img\/cubeLogo.png"
    },
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "css\/pipette.css",
        "js\/lib\/x11.js",
        "js\/class\/LocalStorage2.js",
        "js\/pipette.js",
        "js\/controller\/pipetteController.js"
    ]
}