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 |
| 官方網址 | 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"
]
} | |