Easy Tables
Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
Wat is Easy Tables?
Easy Tables is een Chrome-extensie ontwikkeld door Q. Dong, en de belangrijkste functie is "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy Tables
Download Easy Tables-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | aggdjbmdhnmjclackipimailildgihlb |
| Officiële URL | https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb |
| Beschrijving | Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files. |
| Bestandsgrootte | 82.1 KB |
| Aantal Installaties | 130 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2020-10-25 |
| Publicatiedatum | 2020-09-28 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Q. Dong |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |