+table

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

Co to jest +table?

+table to rozszerzenie Chrome opracowane przez https://decaffeinated.io, a jego główną funkcją jest „This extension inserts a table of any size into a Gmail compose body.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia +table

Pobierz pliki rozszerzeń +table w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa +table +table
ID hbdcfbboabghpgfcdmcappgaciengple
Oficjalny URL https://chromewebstore.google.com/detail/+table/hbdcfbboabghpgfcdmcappgaciengple
Opis This extension inserts a table of any size into a Gmail compose body.
Rozmiar pliku 78.49 KB
Liczba instalacji 5,207
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2019-12-26
Data Publikacji 2019-12-26
Ocena 2.53/5 Łącznie 17 Oceny
Deweloper https://decaffeinated.io
Typ Płatności free
Obsługiwane Języki 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"
    }
}