网页表格导出为 Excel 表格

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

What is 网页表格导出为 Excel 表格?

网页表格导出为 Excel 表格 is a Chrome extension developed by stevenkang1994, and its main feature is "可以将页面中所有的 Table 表格导出为 .xls 格式的 Excel 表格文件".

Extension Screenshots

screenshot
screenshot
screenshot

Download 网页表格导出为 Excel 表格 Extension CRX File

Download 网页表格导出为 Excel 表格 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

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

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

Extension Basic Information

Name 网页表格导出为 Excel 表格 网页表格导出为 Excel 表格
ID jekdfmbpignlnhlafcifmojemcjcgieo
Official URL 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
Description 可以将页面中所有的 Table 表格导出为 .xls 格式的 Excel 表格文件
File Size 6.83 KB
Installation Count 6,179
Current Version 1.0
Last Updated 2019-11-14
Publish Date 2019-11-14
Rating 4.80/5 Total 15 Ratings
Developer stevenkang1994
Email [email protected]
Payment Type free
Supported Languages 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
}