SnapTab

SnapTab

Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SnapTab",
  "version": "1.0.2",
  "manifest_version": 2,
  "author": "Andrew Kirillov",
  "browser_action": {
    "default_icon": "SnapTab_logo_128.png",
    "default_title": "SnapTab",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "SnapTab_logo_16.png",
    "48": "SnapTab_logo_48.png",
    "128": "SnapTab_logo_128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs"
  ]
}