Easy Tables
Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
什么是Easy Tables?
Easy Tables是由Q. Dong开发的Chrome扩展程序,该扩展的主要功能是“Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.”。
扩展截图
下载Easy Tables扩展crx文件
下载Easy Tables扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | aggdjbmdhnmjclackipimailildgihlb |
| 官方URL | https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb |
| 简介 | Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files. |
| 文件大小 | 82.1 KB |
| 安装次数 | 130 |
| 当前版本 | 1.5 |
| 更新时间 | 2020-10-25 |
| 上架时间 | 2020-09-28 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Q. Dong |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |