Table To CSV

This extension converts html

elements into csv files

什么是Table To CSV?

Table To CSV是由Aaron Joyce开发的Chrome扩展程序,该扩展的主要功能是“This extension converts html

elements into csv files”。

扩展截图

screenshot

下载Table To CSV扩展crx文件

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

扩展使用说明

                        This extension attempts to download all 
elements in the current tab as csv files.

扩展基本信息

名称 Table To CSV Table To CSV
ID capmjheeddhbhfpgjafnbopppldhfnei
官方URL https://chromewebstore.google.com/detail/table-to-csv/capmjheeddhbhfpgjafnbopppldhfnei
简介 This extension converts html elements into csv files
文件大小 9.91 KB
安装次数 35
当前版本 1.02
更新时间 2019-04-18
上架时间 2019-04-18
评分 1.00/5 共1次评分
开发者 Aaron Joyce
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table To CSV",
    "short_name": "Table To CSV",
    "version": "1.02",
    "description": "This extension converts html  elements into csv files",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Download",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}