+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 |
| 公式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"
}
} | |