Dev Tabs Firefox

Examine source code of Dev Tabs

Inspect and view changes in Dev Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "devtabs@mattaz.com"
    }
  },
  "manifest_version": 2,
  "name": "Dev Tabs",
  "description": "New Tab extension for Web Developers, Full Stack Developers, Software Engineers, GitHub users, and more.",
  "version": "2.3.0",
  "homepage_url": "https://mattaz.com/devTabs.html",
  "icons": {
    "16": "/src/img/icons/devTabs-16x16.png",
    "32": "/src/img/icons/devTabs-32x32.png",
    "48": "/src/img/icons/devTabs-48x48.png",
    "128": "/src/img/icons/devTabs-128x128.png"
  },
  "options_ui": {
    "page": "/src/options/options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": "/src/img/icons/devTabs-32x32.png",
    "default_title": "Dev Tabs",
    "default_popup": "/src/popup/popup.html",
    "browser_style": true
  },
  "chrome_settings_overrides": {
    "homepage": "/src/override/index.html"
  },
  "chrome_url_overrides": {
    "newtab": "/src/override/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/",
        "https://twitter.com/*"
      ],
      "js": [
        "/src/js/inject.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "https://dev.to/api/articles"
  ]
}

Best Dev Tabs Alternatives

Here are some Firefox add-ons that are similar to Dev Tabs: