table to csv

Convert table tag to csv

What is table to csv?

table to csv is a Chrome extension developed by https://kujirahand.com, and its main feature is "Convert table tag to csv".

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 export to csv from HTML's table tag.                    

Extension Basic Information

Name table to csv table to csv
ID khobgoemenoleeedfbilehnpoelmkbko
Official URL https://chromewebstore.google.com/detail/table-to-csv/khobgoemenoleeedfbilehnpoelmkbko
Description Convert table tag to csv
File Size 120 KB
Installation Count 1,556
Current Version 1.0.1
Last Updated 2013-04-30
Publish Date 2013-04-29
Rating 3.55/5 Total 11 Ratings
Developer https://kujirahand.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "table to csv",
    "description": "Convert table tag to csv",
    "version": "1.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "table to csv",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ]
}