Gmail Quick Forward Reply Firefox

Examine source code of Gmail Quick Forward Reply

Inspect and view changes in Gmail Quick Forward Reply source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gmail Quick Response",
  "version": "1.11",
  "description": "Quickly insert standard reply and add specific CC in Gmail",
  "applications": {
    "gecko": {
      "id": "{e5ee7a88-232b-4ee8-9f7a-c8fce6cee0cb}",
      "strict_min_version": "120.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://mail.google.com/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Gmail Quick Response"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}

최고의 Gmail Quick Forward Reply 대안

다음은 Gmail Quick Forward Reply과(와) 유사한 Firefox add-on입니다: