Color Eye Dropper 2.0

Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!

什麼是Color Eye Dropper 2.0?

Color Eye Dropper 2.0是由C E開發的Chrome擴展程式,該擴展的主要功能是“Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!”。

擴展截圖

screenshot
screenshot

下載Color Eye Dropper 2.0擴展crx文件

下載Color Eye Dropper 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ⬇️ Easy to setup ⬇️:

1. Click our extension icon 🎨
2. Choose from colors found on screen in our extension drop down page or click “Pick color from web page” 🎨
3. If you chose “Pick color from web page”, go to the color on the web page and hover over it until you found the right spot/color you want 🎨
4. Click on it 🖱️
5. Go back to our extension drop down page & you’ll see the color & color code that you selected in the top right 🎨
6. That’s it!

Features:

1 - Free & Easy-to-Use 🆓

2 - Choose color from web page that is already loaded on our extension drop down page 🎨

3 - Choose color from web page from our extension drop down page 🎨

4 - Color History that shows the most recent colors you color picked w/ hover ability 🎨

5 - Color Picker/Wheel that allows you to find the color based on the HEX code or from the color wheel 🎨

Install Color Eye Dropper and start picking out colors from any web page or finding colors from our color wheel! 🎨                    

擴展基本資訊

名稱 Color Eye Dropper 2.0 Color Eye Dropper 2.0
ID cmboomkdkngiglblihhlokadkkocjjaa
官方網址 https://chromewebstore.google.com/detail/color-eye-dropper-20/cmboomkdkngiglblihhlokadkkocjjaa
簡介 Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!
檔案大小 172 KB
安裝次數 3,271
目前版本 0.0.2
更新時間 2022-09-04
上架時間 2022-09-04
評分 4.16/5 共 32 次評分
開發者 C E
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 3,
    "minimum_chrome_version": "95",
    "name": "Color Eye Dropper 2.0",
    "description": "Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_popup": ".\/index.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    }
}