Please, Save My Tabs!

Please, Save My Tabs!

This extension will save all tabs that are opened in Chrome and gives you the flexibility to open all of them in one-click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Please, Save My Tabs!",
  "version": "1.3",
  "manifest_version": 2,
  "description": "This extension will save all tabs that are opened in Chrome and gives you the flexibility to open all of them in one-click.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Please, Save My Tabs!",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "history",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}