PullContent

PullContent

Intro:Enter the selector,and then copy the DOM node content to clipBoard.简介:输入一个选择器,然后将DOM节点内容复制到剪贴板。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PullContent",
  "author": "PullContent",
  "description": "Intro:Enter the selector,and then copy the DOM node content to clipBoard.简介:输入一个选择器,然后将DOM节点内容复制到剪贴板。",
  "version": "1.1.2",
  "manifest_version": 2,
  "icons": {
    "32": "img/logo32.png",
    "64": "img/logo64.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_title": "PullContent",
    "default_popup": "popup.html",
    "default_icon": "img/logo32.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/",
    "https://*/"
  ]
}