AKColor

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

AKColor क्या है?

AKColor Aurélien KLEIN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The first 3D color selection tool with integrated eye dropper."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AKColor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम AKColor AKColor
ID njhgppihgleonhgjanbjojnpgjkfmijo
आधिकारिक URL https://chromewebstore.google.com/detail/akcolor/njhgppihgleonhgjanbjojnpgjkfmijo
विवरण The first 3D color selection tool with integrated eye dropper.
फ़ाइल का आकार 480 KB
स्थापना संख्या 5,418
वर्तमान संस्करण 1.9.1
अंतिम अपडेट 2020-07-23
प्रकाशन तिथि 2020-03-14
रेटिंग 4.88/5 कुल 17 रेटिंग्स
डेवलपर Aurélien KLEIN
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://akcolor.aklibrary.fr
समर्थित भाषाएँ 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"
    ]
}