+table

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

什么是+table?

+table是由https://decaffeinated.io开发的Chrome扩展程序,该扩展的主要功能是“This extension inserts a table of any size into a Gmail compose body.”。

扩展截图

screenshot
screenshot
screenshot

下载+table扩展crx文件

下载+table扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 +table +table
ID hbdcfbboabghpgfcdmcappgaciengple
官方URL https://chromewebstore.google.com/detail/+table/hbdcfbboabghpgfcdmcappgaciengple
简介 This extension inserts a table of any size into a Gmail compose body.
文件大小 78.49 KB
安装次数 5,207
当前版本 2.3
更新时间 2019-12-26
上架时间 2019-12-26
评分 2.53/5 共17次评分
开发者 https://decaffeinated.io
付费类型 free
支持的语言 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"
    }
}