Table Data Export
Table Data Export Plugin
Co je Table Data Export?
Table Data Export je rozšíření Chrome vyvinuté Yasir Arafat, a jeho hlavní funkcí je „Table Data Export Plugin“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Table Data Export
Stáhněte si soubory rozšíření Table Data Export ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Table Data Export plugin gives you the ability to easily export HTML tables to the CSV. It needs a little information though to start with, it needs table's id/class value which needs to be exported to CSV. It comes with below features: i) User can either select ALL Columns or a column range for export ii) There is a provision for file name where User can give the name of the file to be exported iii) It just needs either HTML table's id or class value to be exported
Základní Informace o Rozšíření
Název | Table Data Export |
ID | edekdaabfonaodpbggccaamfhggjggki |
Oficiální URL | https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki |
Popis | Table Data Export Plugin |
Velikost souboru | 9.83 KB |
Počet instalací | 1,266 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2021-07-28 |
Datum Vydání | 2019-02-15 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | Yasir Arafat |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Table Data Export", "short_name": "Table Export", "version": "1.0.3", "manifest_version": 2, "description": "Table Data Export Plugin", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "default_title": "Table Data Export", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |