Boxes Firefox

Examine source code of Boxes

제작자: Obsidian Add-on
Inspect and view changes in Boxes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Boxes",
  "version": "0.4",
  "description": "Create instant email inboxes for signing up to things",
  "icons": {
    "64": "icons/64.png"
  },
  "permissions": [
    "storage",
    "*://boxes.taiven.com/*"
  ],
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_area": "navbar"
  },
  "content_scripts": [
    {
      "matches": [
        "*://boxes.taiven.com/*"
      ],
      "js": [
        "content-scripts/login.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false,
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d14ff9a0-f832-4850-bf07-6622d5c8c760}"
    }
  }
}

최고의 Boxes 대안

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