Save Tab

Save Tab

Save tabs and group them so you an access them at a later time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Save Tab",
  "version": "2.4.1",
  "permissions": [
    "storage",
    "tabs",
    "favicon"
  ],
  "description": "Save tabs and group them so you an access them at a later time.",
  "icons": {
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon128.png",
    "default_popup": "main.html"
  },
  "manifest_version": 3
}