Table Exporter
Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.
Wat is Table Exporter?
Table Exporter is een Chrome-extensie ontwikkeld door devharshadkumar, en de belangrijkste functie is "Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Table Exporter
Download Table Exporter-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 Chrome extension streamlines the process of data analysis by providing a straightforward solution to export tables as CSV files. With a simple click of the 'Export as CSV' button conveniently located next to any table on a webpage, users can swiftly download the data they need for in-depth analysis or effortless sharing. This user-friendly tool empowers individuals to extract valuable insights from web-based tables without the hassle of manual data extraction, making data analysis a more efficient and accessible task for all.
Basisinformatie over de Extensie
Naam | Table Exporter |
ID | hilhbahifagjkiahkldkfngaheeoabap |
Officiële URL | https://chromewebstore.google.com/detail/table-exporter/hilhbahifagjkiahkldkfngaheeoabap |
Beschrijving | Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing. |
Bestandsgrootte | 15.6 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-09-14 |
Publicatiedatum | 2023-09-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | devharshadkumar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Table Exporter", "version": "1.0", "description": "Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.", "permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "content_scripts": [ { "matches": [ " |