copy tab urls

copy tab urls

copy tab url and titles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "copy tab urls",
  "version": "1.0",
  "description": "copy tab url and titles.",
  "browser_action": {
    "default_icon": "copy_tab_urls_128.png",
    "default_title": "copy all tab url and titles",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/eventpage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ],
  "options_page": "options.html",
  "minimum_chrome_version": "22",
  "author": "msakamoto-sf <[email protected]>",
  "icons": {
    "16": "copy_tab_urls_32.png",
    "48": "copy_tab_urls_48.png",
    "128": "copy_tab_urls_128.png"
  }
}