Clip Page

Clip Page

See the Web to gather clips.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clip Page",
  "permissions": [
    "storage",
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "version": "0.9.3",
  "description": "See the Web to gather clips.",
  "homepage_url": "http://ggamagidev.blogspot.com/",
  "browser_action": {
    "default_icon": "icon19.png",
    "default_popup": "webclippopup.html"
  },
  "content_scripts": [
    {
      "css": [
        "themes/base/jquery.ui.resizable.css"
      ],
      "js": [
        "jquery.min.js",
        "jquery-ui.custom.min.js",
        "webclipbg.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "options_page": "webclipoptions.html",
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "64": "icon64.png",
    "128": "icon128.png"
  }
}