Collectin 收藏集

Collectin 收藏集

免费不限量的 Collectin 服务可以帮助你更好的收集和管理书签和页签,只需点击一下便可以帮你快速保存感兴趣的网页,不管是文章、图片、视频、社交媒体、应用等都能一键保存到 Collectin 服务中。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.a9f79dd2.png",
    "32": "icon32.plasmo.d7204388.png",
    "48": "icon48.plasmo.3cdb7c8f.png",
    "64": "icon64.plasmo.af451bc2.png",
    "128": "icon128.plasmo.55eba4fd.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.a9f79dd2.png",
      "32": "icon32.plasmo.d7204388.png",
      "48": "icon48.plasmo.3cdb7c8f.png",
      "64": "icon64.plasmo.af451bc2.png",
      "128": "icon128.plasmo.55eba4fd.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.1.8",
  "author": "Richard Shih",
  "name": "Collectin 收藏集",
  "description": "免费不限量的 Collectin 服务可以帮助你更好的收集和管理书签和页签,只需点击一下便可以帮你快速保存感兴趣的网页,不管是文章、图片、视频、社交媒体、应用等都能一键保存到 Collectin 服务中。",
  "background": {
    "service_worker": "background.f6036461.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "tabGroups",
    "history",
    "topSites"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost:8090/*",
        "https://*.collectin.net/*"
      ],
      "js": [
        "relay-message.c4c20280.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "http://localhost:8090/*",
        "https://*.collectin.net/*"
      ],
      "js": [
        "create-install-node.5d820038.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://test.collectin.net/*",
      "https://www.collectin.net/*",
      "https://collectin.net/*"
    ]
  }
}