Tab Saver - Bookmark

Tab Saver - Bookmark

The Chrome extension enables easy saving and reloading of multiple tabs, saving time and memory.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tab Saver - Bookmark",
  "version": "2.5.4",
  "description": "The Chrome extension enables easy saving and reloading of multiple tabs, saving time and memory.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/newicon16.png",
      "32": "assets/newicon32.png"
    }
  },
  "icons": {
    "16": "assets/newicon16.png",
    "32": "assets/newicon32.png",
    "48": "assets/newicon48.png",
    "128": "assets/newicon128.png"
  }
}