ZoomEye Tools

ZoomEye Tools

ZoomEye Tools provides a variety of functions to assist the use of Zoomeye, including a proview host and many other functions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/js/jquery-3.4.1.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/19_19.png",
      "38": "img/38_38.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "ZoomEye"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "description": "ZoomEye Tools provides a variety of functions to assist the use of Zoomeye, including a proview host and many other functions",
  "icons": {
    "16": "img/16_16.png",
    "48": "img/48_48.png",
    "128": "img/128_128.png"
  },
  "manifest_version": 2,
  "name": "ZoomEye Tools",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "https://api.zoomeye.org/"
  ],
  "version": "0.3.3"
}