Easy Tables

Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.

Cos'è Easy Tables?

Easy Tables è un'estensione di Chrome sviluppata da Q. Dong, e la sua funzione principale è "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy Tables

Scarica i file di estensione Easy Tables in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Copy tables to clipboard or download tables to CSV or Microsoft Excel files with a click.

v1.5 updates:
Add context menus;
Bug fixes.
Other optimizations.                    

Informazioni di Base sull'Estensione

Nome Easy Tables Easy Tables
ID aggdjbmdhnmjclackipimailildgihlb
URL Ufficiale https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb
Descrizione Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
Dimensione del File 82.1 KB
Conteggio Installazioni 130
Versione Corrente 1.5
Ultimo Aggiornamento 2020-10-25
Data di Pubblicazione 2020-09-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Q. Dong
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Tables",
    "version": "1.5",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.",
    "browser_action": {
        "default_title": "Copy Table"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "csv.png",
        "copy.png",
        "xlsx.png"
    ]
}