Share Tabs with Gmail Firefox

Examine source code of Share Tabs with Gmail

By: Hubisan Add-on
Inspect and view changes in Share Tabs with Gmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Share Tabs with Gmail",
  "version": "0.3.0",
  "description": "Collects titles and URLs of tabs and shares them via Gmail",
  "homepage_url": "https://github.com/hubisan/share-tabs-with-gmail",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "src/contentScript.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon.svg",
      "48": "assets/icons/icon.svg",
      "128": "assets/icons/icon.svg"
    },
    "default_title": "Share Tabs with Gmail"
  },
  "icons": {
    "16": "assets/icons/icon.svg",
    "48": "assets/icons/icon.svg",
    "128": "assets/icons/icon.svg"
  },
  "options_ui": {
    "page": "src/options/options.html",
    "browser_style": true
  },
  "commands": {
    "share-all-tabs": {
      "suggested_key": {
        "default": "Alt+Shift+J"
      },
      "description": "Share all tabs or selected tabs"
    },
    "share-active-tab": {
      "suggested_key": {
        "default": "Alt+Shift+K"
      },
      "description": "Share the active tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{427aa2ee-a6ec-4d5b-baaf-1204d3bd799e}"
    }
  }
}

Best Share Tabs with Gmail Alternatives

Here are some Firefox add-ons that are similar to Share Tabs with Gmail: