HTML table to csv

This extension convert html tables to csv files.

什么是HTML table to csv?

HTML table to csv是由yazaneweb开发的Chrome扩展程序,该扩展的主要功能是“This extension convert html tables to csv files.”。

扩展截图

screenshot

下载HTML table to csv扩展crx文件

下载HTML table to csv扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allow you to export all the HTML tables in the current page as a csv file.                    

扩展基本信息

名称 HTML table to csv HTML table to csv
ID ekcjldfelniofapdjpdpbknojmnnmoba
官方URL https://chromewebstore.google.com/detail/html-table-to-csv/ekcjldfelniofapdjpdpbknojmnnmoba
简介 This extension convert html tables to csv files.
文件大小 753 KB
安装次数 863
当前版本 1.1
更新时间 2022-07-02
上架时间 2022-06-29
评分 2.50/5 共2次评分
开发者 yazaneweb
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML table to csv",
    "description": "This extension convert html tables to csv files.",
    "version": "1.1",
    "action": {
        "default_icon": "img\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}