Color Finder Pro

Find out the exact colors easily from any funnel or website with the color finder pro tool

Τι είναι το Color Finder Pro;

Το Color Finder Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://colorfinderpro.com, και η κύρια λειτουργία του είναι "Find out the exact colors easily from any funnel or website with the color finder pro tool".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Color Finder Pro

Λήψη αρχείων επέκτασης Color Finder Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Color Finder Pro is a beautiful and easy-to-use color finder pro is for web developers, funnel builders, and more.

With Color Finder Pro's instant eyedropper copies any hex color to the extensions clipboard in one click. 

Also, with Color Finder Pro's Instant Eyedropper, you can:
◦ Save up to 6 recently picked colors
◦ Adjust color with color wheel tool
◦ Copy in HEX, RGB, HSV
◦ Find out what the Dominant Color is

Easily pin Color Finder Pro toolbar icon for quick access to saving any color you want!

This is currently for FREE, so grab your copy of Color Finder Pro now and use it to help you quickly save the colors you want for your next website/funnel project.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Color Finder Pro Color Finder Pro
ID lplkfhejccpkianaolcggdfefnlppbac
Επίσημο URL https://chrome.google.com/webstore/detail/color-finder-pro/lplkfhejccpkianaolcggdfefnlppbac
Περιγραφή Find out the exact colors easily from any funnel or website with the color finder pro tool
Μέγεθος Αρχείου 237 KB
Αριθμός Εγκαταστάσεων 328
Τρέχουσα Έκδοση 2.1.3
Τελευταία Ενημέρωση 2021-09-30
Ημερομηνία Δημοσίευσης 2021-09-30
Προγραμματιστής http://colorfinderpro.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.colorfinderpro.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facebook.com/groups/justinmuiruserssupport/
URL της Σελίδας Πολιτικής Απορρήτου https://www.geniusresellerprogram.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Finder Pro",
    "description": "Find out the exact colors easily from any funnel or website with the color finder pro tool",
    "version": "2.1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "login.html",
        "default_title": "Color Finder Pro"
    },
    "icons": {
        "16": "images\/60b4b8ebcf079d01363fbeb9-Color_Finder_Pro-1626130464997-small_icon.png",
        "48": "images\/60b4b8ebcf079d01363fbeb9-Color_Finder_Pro-1626130465064-medium_icon.png",
        "128": "images\/60b4b8ebcf079d01363fbeb9-Color_Finder_Pro-1626130465106-large_icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Activate pick color from web page"
        }
    },
    "short_name": "CFP"
}