Tab Session Manager - Save & Restore Firefox

Examine source code of Tab Session Manager - Save & Restore

제작자: Ajay Mux
Inspect and view changes in Tab Session Manager - Save & Restore source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Session Manager - Save & Restore",
  "version": "1.1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{4bba3066-b43a-41dc-ae96-bcb812c0f782}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Save, manage and restore browser tab sessions. Never lose tabs again! Free with auto-save, collections & export.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "default_title": "Tab Session Manager"
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabs",
    "sessions",
    "clipboardWrite",
    "declarativeNetRequest"
  ],
  "options_page": "options/options.html",
  "commands": {
    "save-session": {
      "suggested_key": {
        "default": "Ctrl+Alt+Y",
        "mac": "Command+Shift+S"
      },
      "description": "Quick save current session"
    },
    "open-manager": {
      "suggested_key": {
        "default": "Ctrl+Alt+M",
        "mac": "Command+Shift+M"
      },
      "description": "Open full Session Manager"
    }
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

최고의 Tab Session Manager - Save & Restore 대안

다음은 Tab Session Manager - Save & Restore과(와) 유사한 Firefox add-on입니다: