TabToLink

TabToLink

Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TabToLink",
  "version": "1.8.0",
  "description": "__MSG_extDescription__",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "TabToLink",
    "default_icon": "icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "icons": {
    "16": "icon16.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}