Jump To TI Firefox

Examine source code of Jump To TI

By: Darren
Inspect and view changes in Jump To TI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Jump To TI",
  "version": "1.1",
  "description": "Enter a product number.  New tabs open with info about this part, cross references, E2E forum discussions.  If you enter a non-TI part, one of the tabs will show TI cross references.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "jumpToTI.html"
  },
  "icons": {
    "16": "JTI_logo_16.png",
    "48": "JTI_logo_48.png",
    "96": "JTI_logo_96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0bcffc5c-a70c-44ee-bfe9-f4ab123f44be}"
    }
  }
}

Best Jump To TI Alternatives

Here are some Firefox add-ons that are similar to Jump To TI: