表格导出助手

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

What is 表格导出助手?

表格导出助手 is a Chrome extension developed by caidao, and its main feature is "将页面上的表格导出为EXCEL格式".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 表格导出助手 Extension CRX File

Download 表格导出助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 表格导出助手 表格导出助手
ID jkgkgajhiogphmngmicoamgbbpdchdaa
Official URL https://chromewebstore.google.com/detail/%E8%A1%A8%E6%A0%BC%E5%AF%BC%E5%87%BA%E5%8A%A9%E6%89%8B/jkgkgajhiogphmngmicoamgbbpdchdaa
Description 将页面上的表格导出为EXCEL格式
File Size 1.47 MB
Installation Count 246
Current Version 1.0.0
Last Updated 2021-03-01
Publish Date 2021-02-28
Developer caidao
Email [email protected]
Payment Type free
Extension Website http://www.scitc.com.cn
Supported Languages 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"
        }
    ]
}