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:
Tab Sharer
Areeb8484
Email Tabs
Mozilla Test Pilot
Mail My Tabs
BrowserNative
MailTabs
Patrick
Share Tabs
Sine Theta Systems
Simple Tab Exporter
Tiago H. Trojahn
Send Selection to Gmail
Juliano
Gmail shortcut
Jakub M.
Copy and Paste Tabs
Stanislav Senotrusov
Gmail (Pin Tab)
Senthil Ponnusamy
GMail New Tab Button
Keepdev
Copy All Tabs
Charles