+table

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

What is +table?

+table is a Chrome extension developed by https://decaffeinated.io, and its main feature is "This extension inserts a table of any size into a Gmail compose body.".

Extension Screenshots

screenshot
screenshot
screenshot

Download +table Extension CRX File

Download +table extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Insert HTML tables of any size and column/row number into Gmail messages.                    

Extension Basic Information

Name +table +table
ID hbdcfbboabghpgfcdmcappgaciengple
Official URL https://chromewebstore.google.com/detail/+table/hbdcfbboabghpgfcdmcappgaciengple
Description This extension inserts a table of any size into a Gmail compose body.
File Size 78.49 KB
Installation Count 5,207
Current Version 2.3
Last Updated 2019-12-26
Publish Date 2019-12-26
Rating 2.53/5 Total 17 Ratings
Developer https://decaffeinated.io
Payment Type free
Supported Languages en-US
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"
    }
}