Link Extractor

Link Extractor

Copy links with links text to clibboard. Spreadsheet-friendly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Link Extractor",
  "version": "0.0.0.1",
  "description": "Copy links with links text to clibboard. Spreadsheet-friendly!",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "16": "Icon1_32.png",
    "32": "Icon1_32.png",
    "48": "Icon1_48.png",
    "128": "Icon1_128.png"
  },
  "manifest_version": 2
}