+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.”。
擴展截圖
下載+table擴展crx文件
下載+table擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Insert HTML tables of any size and column/row number into Gmail messages. 擴展基本資訊
| 名稱 | |
| ID | hbdcfbboabghpgfcdmcappgaciengple |
| 官方網址 | 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"
}
} | |