大作采集器

大作采集器

“大作采集器”由大作官网(www.bigbigwork.com)提供。可快捷收藏采集网页中的图片。您可随时登录大作,查阅、下载、整理您收藏的图片。 依托大作图片搜索算法,可快捷搜索任意网页图片的相似图。收藏后,还可全网搜索更大分辨率原图。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "大作采集器",
  "version": "1.4.13",
  "description": "“大作采集器”由大作官网(www.bigbigwork.com)提供。可快捷收藏采集网页中的图片。您可随时登录大作,查阅、下载、整理您收藏的图片。\n依托大作图片搜索算法,可快捷搜索任意网页图片的相似图。收藏后,还可全网搜索更大分辨率原图。",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "tabCapture",
    "storage",
    "cookies",
    "downloads",
    "contextMenus",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "测试-大作采集器",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/vendors.js",
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/vendors.js",
        "html/favdialog.html",
        "css/favdialog.css",
        "js/favdialog.js",
        "js/pinall.js",
        "css/pinall.css",
        "js/screenClip.js",
        "css/screenClip.css",
        "html/imagelist.html",
        "html/screenCaptured.html",
        "css/screenCaptured.css",
        "js/screenCaptured.js",
        "css/font.css",
        "css/font/*",
        "fonts/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}