Table To CSV

This extension converts html

elements into csv files

Qu'est-ce que Table To CSV ?

Table To CSV est une extension Chrome développée par Aaron Joyce, et sa fonction principale est "This extension converts html

elements into csv files".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Table To CSV

Téléchargez les fichiers d'extension Table To CSV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Table To CSV Table To CSV
ID capmjheeddhbhfpgjafnbopppldhfnei
URL Officiel https://chromewebstore.google.com/detail/table-to-csv/capmjheeddhbhfpgjafnbopppldhfnei
Description This extension converts html elements into csv files
Taille du Fichier 9.91 KB
Nombre d'Installations 35
Version Actuelle 1.02
Dernière Mise à Jour 2019-04-18
Date de Publication 2019-04-18
Évaluation 1.00/5 Total 1 Évaluations
Développeur Aaron Joyce
Type de Paiement free
Langues Prises en Charge 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
}