+table
This extension inserts a table of any size into a Gmail compose body.
Apa itu +table?
+table adalah ekstensi Chrome yang dikembangkan oleh https://decaffeinated.io, dan fitur utamanya adalah "This extension inserts a table of any size into a Gmail compose body.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi +table
Unduh file ekstensi +table dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Insert HTML tables of any size and column/row number into Gmail messages.
Informasi Dasar Ekstensi
Nama | +table |
ID | hbdcfbboabghpgfcdmcappgaciengple |
URL Resmi | https://chromewebstore.google.com/detail/+table/hbdcfbboabghpgfcdmcappgaciengple |
Deskripsi | This extension inserts a table of any size into a Gmail compose body. |
Ukuran File | 78.49 KB |
Jumlah Instalasi | 5,207 |
Versi Saat Ini | 2.3 |
Terakhir Diperbarui | 2019-12-26 |
Tanggal Publikasi | 2019-12-26 |
Penilaian | 2.53/5 Total 17 Penilaian |
Pengembang | https://decaffeinated.io |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |