+table
This extension inserts a table of any size into a Gmail compose body.
Vad är +table?
+table är en Chrome-tillägg utvecklad av https://decaffeinated.io, och dess huvudfunktion är "This extension inserts a table of any size into a Gmail compose body.".
Tilläggsskärmbilder
Ladda ner +table-förlängningens CRX-fil
Ladda ner +table-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Insert HTML tables of any size and column/row number into Gmail messages. Grundläggande Information om Tillägg
| Namn | |
| ID | hbdcfbboabghpgfcdmcappgaciengple |
| Officiell webbadress | https://chromewebstore.google.com/detail/+table/hbdcfbboabghpgfcdmcappgaciengple |
| Beskrivning | This extension inserts a table of any size into a Gmail compose body. |
| Filstorlek | 78.49 KB |
| Antal Installationer | 5,207 |
| Aktuell Version | 2.3 |
| Senast Uppdaterad | 2019-12-26 |
| Publiceringsdatum | 2019-12-26 |
| Betyg | 2.53/5 Totalt 17 Betyg |
| Utvecklare | https://decaffeinated.io |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |