Easy Tables
Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
Vad är Easy Tables?
Easy Tables är en Chrome-tillägg utvecklad av Q. Dong, och dess huvudfunktion är "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.".
Tilläggsskärmbilder
Ladda ner Easy Tables-förlängningens CRX-fil
Ladda ner Easy Tables-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Easy Tables |
ID | aggdjbmdhnmjclackipimailildgihlb |
Officiell webbadress | https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb |
Beskrivning | Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files. |
Filstorlek | 82.1 KB |
Antal Installationer | 130 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2020-10-25 |
Publiceringsdatum | 2020-09-28 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Q. Dong |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |