表格导出助手

将页面上的表格导出为EXCEL格式

Cos'è 表格导出助手?

表格导出助手 è un'estensione di Chrome sviluppata da caidao, e la sua funzione principale è "将页面上的表格导出为EXCEL格式".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 表格导出助手

Scarica i file di estensione 表格导出助手 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

                        先点击地址栏右侧的扩展程序图标,如果表格第一行最后一列变成红色,表示可以双击该单元格导出EXCEL                    

Informazioni di Base sull'Estensione

Nome 表格导出助手 表格导出助手
ID jkgkgajhiogphmngmicoamgbbpdchdaa
URL Ufficiale https://chromewebstore.google.com/detail/%E8%A1%A8%E6%A0%BC%E5%AF%BC%E5%87%BA%E5%8A%A9%E6%89%8B/jkgkgajhiogphmngmicoamgbbpdchdaa
Descrizione 将页面上的表格导出为EXCEL格式
Dimensione del File 1.47 MB
Conteggio Installazioni 246
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-03-01
Data di Pubblicazione 2021-02-28
Sviluppatore caidao
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.scitc.com.cn
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8868\u683c\u5bfc\u51fa\u52a9\u624b",
    "version": "1.0.0",
    "description": "\u5c06\u9875\u9762\u4e0a\u7684\u8868\u683c\u5bfc\u51fa\u4e3aEXCEL\u683c\u5f0f",
    "icons": {
        "16": "img\/table16.png",
        "48": "img\/table48.png",
        "128": "img\/table128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/table.png",
        "default_title": "\u8868\u683c\u5bfc\u51fa\u52a9\u624b"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/example.com\/*"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        }
    ]
}