Grab Urls

Grab Urls

This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Grab Urls",
  "version": "1.0.0",
  "description": "This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "author": "Muhammad Talha",
  "permissions": [
    "tabs"
  ]
}