Translate in Sidepanel Firefox

Examine source code of Translate in Sidepanel

Inspect and view changes in Translate in Sidepanel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "15.5",
  "name": "Translate in Sidepanel",
  "short_name": "Trans In Side",
  "description": "Translate selected text in Sidepanel, Double on any word totransalte in page and in page selection translate box.",
  "author": "Pro Bandey",
  "homepage_url": "https://Pro-Bandey.github.io?pro=Translate-In-Sidepanel",
  "developer": {
    "name": "Pro Bandey",
    "url": "https://Pro-Bandey.github.io"
  },
  "icons": {
    "16": "src/16.png",
    "32": "src/32.png",
    "48": "src/48.png",
    "128": "src/128.png",
    "256": "src/icon.png"
  },
  "action": {
    "default_icon": {
      "16": "src/16.png",
      "32": "src/32.png",
      "48": "src/48.png"
    }
  },
  "options_ui": {
    "page": "option.html",
    "open_in_tab": false
  },
  "sidebar_action": {
    "default_icon": {
      "16": "src/16.png",
      "32": "src/32.png",
      "128": "src/128.png"
    },
    "default_title": "Translate in Sidepanel",
    "default_panel": "panel.html"
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Open Translate Sidebar"
    },
    "translate-shortcut": {
      "suggested_key": {
        "default": "Alt+T"
      },
      "description": "Translate selected text in Sidepanel"
    }
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "declarativeNetRequest",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://translate.google.com/*",
    "https://*.deepl.com/*",
    "https://*.bing.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://translate.google.com/*",
        "https://*.deepl.com/*",
        "https://*.bing.com/*"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inpage.js"
      ],
      "css": [
        "inpage.css"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "translate-side-sidepanel@megamind-solution.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Translate in Sidepanel Alternatives

Here are some Firefox add-ons that are similar to Translate in Sidepanel: