TabStore

TabStore

Store your opened tabs in a plain text file for later restoration.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "strict_min_version": "58.0",
      "id": "[email protected]"
    }
  },
  "sidebar_action": {
    "browser_style": true,
    "default_title": "TabStore",
    "default_panel": "tabs.html",
    "default_icon": {
      "48": "icon48.png",
      "96": "icon96.png"
    }
  },
  "description": "Store your opened tabs in a plain text file for later restoration.",
  "manifest_version": 2,
  "name": "TabStore",
  "permissions": [
    "tabs"
  ],
  "version": "1.2.0",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+T"
      }
    }
  }
}