TabToPopup

TabToPopup

this extention enable to export current tab page to new popup window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.6",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "images/TabToPopup_16.png",
    "19": "images/TabToPopup_19.png",
    "32": "images/TabToPopup_32.png",
    "48": "images/TabToPopup_48.png",
    "128": "images/TabToPopup_128.png"
  },
  "browser_action": {
    "default_icon": "images/TabToPopup_19.png"
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "contextMenus",
    "<all_urls>"
  ],
  "default_locale": "ja",
  "options_page": "option.html"
}