EngineerSR Firefox

Examine source code of EngineerSR

By: hyl Add-on
Inspect and view changes in EngineerSR 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
{
  "description": "Add a browser action icon to the toolbar. Click the button to search engineer's SR by email address.",
  "manifest_version": 2,
  "name": "EngineerSR",
  "version": "0.0.30.1resigned1",
  "homepage_url": "https://addons.mozilla.org/zh-CN/developers/addon/engineersr/",
  "icons": {
    "48": "icons/beasts-48.png"
  },
  "omnibox": {
    "keyword": "paste"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "alarms",
    "tabs",
    "activeTab",
    "webRequest",
    "https://*/",
    "contextMenus",
    "notifications",
    "<all_urls>",
    "clipboardRead",
    "clipboardWrite",
    "storage",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://support.us.oracle.com/*",
        "https://fleetmanager.oraclecloud.com/*"
      ],
      "js": [
        "GetInfoFromParentSR.js",
        "SetInfoToCollabSR.js",
        "P2T.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": "icons/beasts-48.png",
    "default_title": "EngineerSR",
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@engineersr"
    }
  }
}

Best EngineerSR Alternatives

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