Inbox Zero Tabs for Gmail Firefox

Examine source code of Inbox Zero Tabs for Gmail

Inspect and view changes in Inbox Zero Tabs for Gmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Inbox Zero Tabs for Gmail",
  "description": "Add custom tabs to Gmail for better email organization",
  "version": "1.0.3",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "https://mail.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Inbox Zero Tabs Settings",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "run_at": "document_idle",
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cbcfa631-6d04-4359-a26d-1325fffa2b4d}"
    }
  }
}

Best Inbox Zero Tabs for Gmail Alternatives

Here are some Firefox add-ons that are similar to Inbox Zero Tabs for Gmail: