WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Color by Fardos - Color Picker

Color by Fardos - Color Picker

View on Chrome Web Store
View Color by Fardos - Color Picker Chrome Extension on Chrome Web Store
Add to bookmarks
2.9 (216 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Pick colors from websites, save colors & gradients, get matching shades and tints and create beautiful gradients.
Type
Extension
Users
70,000 users
10K
Fardoss
View author page of Fardoss
Published
Published on November 4, 2018
Version 3.2.0
Manifest version
3
Updated
Updated on May 6, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Color by Fardos - Color Picker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Color by Fardos - Color Picker",
    "short_name": "Color by Fardos - (Eye Dropper)",
    "description": "Pick colors from websites, save colors & gradients, get matching shades and tints and create beautiful gradients.",
    "version": "3.2.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Color by Fardos"
    },
    "icons": {
        "16": "logos\/logo.png",
        "128": "logos\/logo.png"
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Pick colors from site"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; media-src *;"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/services\/eyedropper\/index.js",
                ".\/services\/search\/index.js"
            ],
            "css": [
                ".\/services\/eyedropper\/index.css"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top