攻略收集器

攻略收集器

支持所有网站的图文信息收集工具! 在生活装修、结婚、旅游等事情都比较复杂,需要提前做计划,才能有备无患。我们专门针对此类事情设计了模板,有专业的分类和贴士,让你收集整理的过程更简单! 收集的数据同步到“生活攻略本” Change List: 1.7…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "攻略收集器",
  "description": "",
  "version": "1.7.5",
  "manifest_version": 2,
  "permissions": [
    "alarms",
    "tabs",
    "contextMenus",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "img/logo16.png",
    "48": "img/logo128.png",
    "128": "img/logo128.png"
  },
  "background": {
    "scripts": [
      "js/background/screen_capture.js",
      "js/background/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "css/LNoteCss.css",
        "css/common.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/add_button.png",
    "img/liba-note-icon.png",
    "img/loading.gif",
    "js/libs/jquery-2.0.3.min.map"
  ],
  "browser_action": {
    "default_popup": "config.html",
    "default_icon": "img/logo128.png",
    "default_title": "攻略收集器"
  }
}