Table To CSV

This extension converts html

elements into csv files

What is Table To CSV?

Table To CSV is a Chrome extension developed by Aaron Joyce, and its main feature is "This extension converts html

elements into csv files".

Extension Screenshots

screenshot

Download Table To CSV Extension CRX File

Download Table To CSV 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

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

Extension Basic Information

Name Table To CSV Table To CSV
ID capmjheeddhbhfpgjafnbopppldhfnei
Official URL https://chromewebstore.google.com/detail/table-to-csv/capmjheeddhbhfpgjafnbopppldhfnei
Description This extension converts html elements into csv files
File Size 9.91 KB
Installation Count 35
Current Version 1.02
Last Updated 2019-04-18
Publish Date 2019-04-18
Rating 1.00/5 Total 1 Ratings
Developer Aaron Joyce
Payment Type free
Supported Languages 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
}