+table

+table

This extension inserts a table of any size into a Gmail compose body.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "+table",
  "short_name": "+table",
  "description": "This extension inserts a table of any size into a Gmail compose body.",
  "version": "2.3",
  "permissions": [
    "https://mail.google.com/*",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "/icons/128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  }
}