Tab Capture

Tab Capture

Organize and store browsing tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Capture",
  "version": "1.0",
  "description": "Organize and store browsing tabs",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "bookmarks"
  ],
  "browser_action": {
    "default_popup": "tabcap.html",
    "default_title": "TabCapture"
  },
  "icons": {
    "128": "tabCapture-128.png"
  },
  "manifest_version": 2
}