Link Grabber

Link Grabber

An easy to use extractor or grabber for hyperlinks on an HTML page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Link Grabber",
  "manifest_version": 2,
  "version": "0.5.2",
  "description": "An easy to use extractor or grabber for hyperlinks on an HTML page",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "storage"
  ],
  "incognito": "split",
  "options_page": "/html/options.html",
  "icons": {
    "16": "/images/link_go_16.png",
    "32": "/images/link_go_32.png",
    "48": "/images/link_go_48.png",
    "128": "/images/link_go_128.png"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "/images/link_go_19.png",
    "default_title": "Extract the links on this page"
  }
}