Gmail Persistent Sidebar Firefox

Examine source code of Gmail Persistent Sidebar

Par : icetbr
Inspect and view changes in Gmail Persistent Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gmail Persistent Sidebar",
  "version": "1.0.0",
  "description": "Keeps email, chat and spaces sidebar always visible.",
  "homepage_url": "https://github.com/icetbr/webext-gmail-persistent-sidebar",
  "author": "icetbr",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "webext-gmail-persistent-sidebar@icetbr"
    },
    "keywords": [
      "userscript",
      "gmail"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Meilleures alternatives Gmail Persistent Sidebar

Voici quelques Firefox add-ons qui sont similaires à Gmail Persistent Sidebar :