Tabs Saver

Tabs Saver

This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tabs Saver",
  "description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.",
  "permissions": [
    "tabs"
  ],
  "version": "1.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "popup.png"
  }
}