table-to-spreadsheet
Convert the table element to spreadsheet
什麼是table-to-spreadsheet?
table-to-spreadsheet是由moznion開發的Chrome擴展程式,該擴展的主要功能是“Convert the table element to spreadsheet”。
擴展截圖
下載table-to-spreadsheet擴展crx文件
下載table-to-spreadsheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Provide the CSV or XLSX that is converted from the table element by context menu.
擴展基本資訊
名稱 | table-to-spreadsheet |
ID | haidhlbpihfihbjcggmffnmhgiddjcoc |
官方網址 | https://chromewebstore.google.com/detail/table-to-spreadsheet/haidhlbpihfihbjcggmffnmhgiddjcoc |
簡介 | Convert the table element to spreadsheet |
檔案大小 | 105 KB |
安裝次數 | 7,268 |
目前版本 | 0.0.2 |
更新時間 | 2014-07-22 |
上架時間 | 2014-07-22 |
評分 | 4.00/5 共 19 次評分 |
開發者 | moznion |
付費類型 | free |
擴展官網 | https://github.com/moznion/crx-table-to-spreadsheet |
說明頁面URL | https://github.com/moznion/crx-table-to-spreadsheet/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "table-to-spreadsheet", "version": "0.0.2", "manifest_version": 2, "description": "Convert the table element to spreadsheet", "permissions": [ "contextMenus" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |