色彩選擇器

色彩選擇器

點一下就可以輕鬆獲得任一網頁物件的RGB/HSL/HEX

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "色彩選擇器",
  "version": "1.1",
  "description": "點一下就可以輕鬆獲得任一網頁物件的RGB/HSL/HEX",
  "manifest_version": 3,
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_popup": "html/index.html"
  }
}