Easy Tables
Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
What is Easy Tables?
Easy Tables is a Chrome extension developed by Q. Dong, and its main feature is "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.".
Extension Screenshots
Download Easy Tables Extension CRX File
Download Easy Tables extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Easy Tables |
ID | aggdjbmdhnmjclackipimailildgihlb |
Official URL | https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb |
Description | Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files. |
File Size | 82.1 KB |
Installation Count | 130 |
Current Version | 1.5 |
Last Updated | 2020-10-25 |
Publish Date | 2020-09-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Q. Dong |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |