Quick Compose for Gmail Firefox

Examine source code of Quick Compose for Gmail

Inspect and view changes in Quick Compose for Gmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "static/128.png",
    "default_title": "Compose New Email",
    "browser_style": false
  },
  "description": "Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.",
  "homepage_url": "https://browsernative.com/gmail-firefox-extension/",
  "icons": {
    "128": "static/128.png"
  },
  "manifest_version": 2,
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "name": "Quick Compose for Gmail",
  "version": "0.6.1",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "Compose new email"
    }
  }
}

Meilleures alternatives Quick Compose for Gmail

Voici quelques Firefox add-ons qui sont similaires à Quick Compose for Gmail :