TabForge Firefox

Examine source code of TabForge

제작자: Abdul Wasay Add-on
Inspect and view changes in TabForge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TabForge",
  "version": "1.0.0",
  "description": "Shape your browser chaos into organized workflows. AI-native workspace manager for tabs, sessions, and productivity.",
  "browser_specific_settings": {
    "gecko": {
      "id": "tabforge@tabforge.app",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "TabForge"
  },
  "sidebar_action": {
    "default_panel": "src/sidepanel/index.html",
    "default_title": "TabForge",
    "default_icon": "icons/icon32.png"
  },
  "background": {
    "scripts": [
      "assets/service-worker.ts-DfMGHJZm.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "notifications",
    "contextMenus",
    "bookmarks",
    "history",
    "activeTab",
    "sessions"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "commands": {
    "quick-save": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Quick Save Current Tab"
    },
    "open-search": {
      "suggested_key": {
        "default": "Ctrl+Shift+K"
      },
      "description": "Open Search"
    },
    "command-palette": {
      "suggested_key": {
        "default": "Ctrl+Shift+P"
      },
      "description": "Open Command Palette"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "fonts/*",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

최고의 TabForge 대안

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