Tab Snapshots

Tab Snapshots

Preserve opened tabs, and revert.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.2.0",
  "browser_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    },
    "default_title": "__MSG_default_title__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "minimum_chrome_version": "30.0.1599.101",
  "options_page": "options/options.html",
  "default_locale": "ja",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://code.jquery.com; object-src 'self'",
  "manifest_version": 2
}