Easy Tables
Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
Was ist Easy Tables?
Easy Tables ist eine Chrome-Erweiterung, die von Q. Dong entwickelt wurde, und ihr Hauptmerkmal ist "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.".
Erweiterungsscreenshots
Easy Tables-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Tables-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Copy tables to clipboard or download tables to CSV or Microsoft Excel files with a click. v1.5 updates: Add context menus; Bug fixes. Other optimizations.
Grundlegende Informationen zur Erweiterung
Name | Easy Tables |
ID | aggdjbmdhnmjclackipimailildgihlb |
Offizielle URL | https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb |
Beschreibung | Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files. |
Dateigröße | 82.1 KB |
Installationsanzahl | 130 |
Aktuelle Version | 1.5 |
Letztes Update | 2020-10-25 |
Veröffentlichungsdatum | 2020-09-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Q. Dong |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Tables", "version": "1.5", "icons": { "128": "icon_128.png" }, "description": "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.", "browser_action": { "default_title": "Copy Table" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus" ], "web_accessible_resources": [ "csv.png", "copy.png", "xlsx.png" ] } |