OdooTerminal Firefox

Examine source code of OdooTerminal

Inspect and view changes in OdooTerminal source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "service_worker": "dist/priv/background.mjs",
    "scripts": [
      "dist/priv/background.mjs"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": "src/img/terminal-disabled-16.png",
    "default_title": "OdooTerminal (CTRL + ,)"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cdfbfc50-7cbf-4044-a6fb-cdef5056605c}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "js": [
        "dist/priv/content_script.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "src/img/terminal-16.png",
    "32": "src/img/terminal-32.png",
    "48": "src/img/terminal-48.png",
    "128": "src/img/terminal-128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Comma"
      }
    }
  },
  "manifest_version": 3,
  "default_locale": "en",
  "name": "OdooTerminal",
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "src/html/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "short_name": "OdooTerminal",
  "version": "14.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "dist/pub/**",
        "_locales/**/translation.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best OdooTerminal Alternatives

Here are some Firefox add-ons that are similar to OdooTerminal: