Zoom Tab

Zoom Tab

Zoom current tab or all tabs, lock it too.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_ext_name__",
  "version": "0.9.138.108",
  "description": "__MSG_ext_des__",
  "default_locale": "en",
  "icons": {
    "48": "img/icon.png",
    "98": "img/icon.png",
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon.png",
      "38": "img/icon.png"
    },
    "default_title": "__MSG_ext_name__",
    "default_popup": "html/popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "notifications",
    "tabs",
    "storage"
  ]
}