Window Session Manager Firefox

Examine source code of Window Session Manager

제작자: Carl Brandenburg
Inspect and view changes in Window Session Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Window Session Manager",
  "version": "0.5.0",
  "description": "Treats each window as a named session. Auto-saves tabs continuously, lists open and closed sessions in the sidebar, and restores closed sessions into new windows.",
  "browser_specific_settings": {
    "gecko": {
      "id": "window-session-manager@carl.l.brandenburg",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "sessions",
    "cookies"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "sidebar_action": {
    "default_title": "Sessions",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "icons/icon.svg",
    "open_at_install": true
  },
  "browser_action": {
    "default_title": "Open Sessions sidebar",
    "default_icon": "icons/icon.svg"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  }
}

최고의 Window Session Manager 대안

다음은 Window Session Manager과(와) 유사한 Firefox add-on입니다: