网页表格导出为 Excel 表格

可以将页面中所有的 Table 表格导出为 .xls 格式的 Excel 表格文件

Cos'è 网页表格导出为 Excel 表格?

网页表格导出为 Excel 表格 è un'estensione di Chrome sviluppata da stevenkang1994, e la sua funzione principale è "可以将页面中所有的 Table 表格导出为 .xls 格式的 Excel 表格文件".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 网页表格导出为 Excel 表格

Scarica i file di estensione 网页表格导出为 Excel 表格 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

                        可以将页面中所有的 Table 表格导出为 .xls 格式的 Excel 表格文件。

点击扩展图标启动之后,再点击网页内容中包含 Table 标签的表格,扩展会自动生成 xls 格式的 Excel 表格文件,询问确认之后即可开始下载!                    

Informazioni di Base sull'Estensione

Nome 网页表格导出为 Excel 表格 网页表格导出为 Excel 表格
ID jekdfmbpignlnhlafcifmojemcjcgieo
URL Ufficiale https://chromewebstore.google.com/detail/%E7%BD%91%E9%A1%B5%E8%A1%A8%E6%A0%BC%E5%AF%BC%E5%87%BA%E4%B8%BA-excel-%E8%A1%A8%E6%A0%BC/jekdfmbpignlnhlafcifmojemcjcgieo
Descrizione 可以将页面中所有的 Table 表格导出为 .xls 格式的 Excel 表格文件
Dimensione del File 6.83 KB
Conteggio Installazioni 6,179
Versione Corrente 1.0
Ultimo Aggiornamento 2019-11-14
Data di Pubblicazione 2019-11-14
Valutazione 4.80/5 Totale 15 Valutazioni
Sviluppatore stevenkang1994
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7f51\u9875\u8868\u683c\u5bfc\u51fa\u4e3a Excel \u8868\u683c",
    "description": "\u53ef\u4ee5\u5c06\u9875\u9762\u4e2d\u6240\u6709\u7684 Table \u8868\u683c\u5bfc\u51fa\u4e3a .xls \u683c\u5f0f\u7684 Excel \u8868\u683c\u6587\u4ef6",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "\u70b9\u51fb\u542f\u52a8\u6269\u5c55",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}