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 http://colorfinderpro.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out the exact colors easily from any funnel or website with the color finder pro tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Color Finder Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |