Table To CSV

This extension converts html

elements into csv files

Wat is Table To CSV?

Table To CSV is een Chrome-extensie ontwikkeld door Aaron Joyce, en de belangrijkste functie is "This extension converts html

elements into csv files".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Table To CSV

Download Table To CSV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Table To CSV Table To CSV
ID capmjheeddhbhfpgjafnbopppldhfnei
Officiële URL https://chromewebstore.google.com/detail/table-to-csv/capmjheeddhbhfpgjafnbopppldhfnei
Beschrijving This extension converts html elements into csv files
Bestandsgrootte 9.91 KB
Aantal Installaties 35
Huidige Versie 1.02
Laatst Bijgewerkt 2019-04-18
Publicatiedatum 2019-04-18
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Aaron Joyce
Betalingswijze free
Ondersteunde Talen 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
}