Eye Dropper

A browser extension to copy colors from your screen

什麼是Eye Dropper?

Eye Dropper是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A browser extension to copy colors from your screen”。

擴展截圖

screenshot
screenshot

下載Eye Dropper擴展crx文件

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

擴展使用說明

                        This extension adds an eye dropper icon to the toolbar, which allows you to pick colors from anywhere on your screen!

The colors you pick get copied to your clipboard.
They also appear in a popup window, allowing you to go back and copy previously selected colors.                    

擴展基本資訊

名稱 Eye Dropper Eye Dropper
ID fjnpfdnpkpdccebgadceaieifiiblabh
官方網址 https://chromewebstore.google.com/detail/eye-dropper/fjnpfdnpkpdccebgadceaieifiiblabh
簡介 A browser extension to copy colors from your screen
檔案大小 9.7 KB
安裝次數 4,551
目前版本 0.2.0
更新時間 2021-12-02
上架時間 2021-11-23
評分 5.00/5 共 2 次評分
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/captainbrosset/eye-dropper-ext
說明頁面URL https://github.com/captainbrosset/eye-dropper-ext/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Dropper",
    "description": "A browser extension to copy colors from your screen",
    "homepage_url": "https:\/\/github.com\/captainbrosset\/eye-dropper-ext\/",
    "author": "Patrick Brosset",
    "version": "0.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Pick a color!",
        "default_popup": "popup\/popup.html"
    }
}