Table Download
Download HTML Tables from pages in spreadsheet format
Table Download란 무엇입니까?
Table Download은(는) Arun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download HTML Tables from pages in spreadsheet format"입니다.
확장 프로그램 스크린샷
Table Download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download HTML tables from pages in spreadsheet format (XLS). Users can also copy HTML tables and paste them into the spreadsheet application without losing the table format. The data is copied in raw HTML format, and a warning will be displayed while opening the downloaded file. Users need not be concerned, as HTML code is sanitized using the DOMPurify library. DOMPurify will strip out everything that contains dangerous HTML and thereby prevent XSS attacks and other nastiness. Permissions Requested Scripting and Active Tab: required to inject JavaScript code into the webpage of the active tab, which is only activated when the extension icon is clicked. Table Download extension is Open Source. If you want to contribute to this project or encounter any issues please visit: https://github.com/arunelias/table-download
확장 프로그램 기본 정보
이름 | Table Download |
ID | fgbeljjpgojmkhficlfdeclfmfmgkahp |
공식 URL | https://chromewebstore.google.com/detail/table-download/fgbeljjpgojmkhficlfdeclfmfmgkahp |
설명 | Download HTML Tables from pages in spreadsheet format |
파일 크기 | 70.35 KB |
설치 횟수 | 1,045 |
현재 버전 | 2.1 |
최근 업데이트 | 2023-12-04 |
출시 날짜 | 2021-08-04 |
개발자 | Arun |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/arunelias/table-download |
도움말 페이지 URL | https://github.com/arunelias/table-download/issues |
지원되는 언어 | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.1", "manifest_version": 3, "homepage_url": "https:\/\/github.com\/arunelias\/table-download", "permissions": [ "scripting", "activeTab" ], "action": { "default_popup": "popup\/popup.html", "default_title": "Table Download", "default_icon": "assets\/icon\/icon.png" }, "icons": { "16": "assets\/icon\/icon.png", "32": "assets\/icon\/icon.png", "48": "assets\/icon\/icon.png", "64": "assets\/icon\/icon.png" }, "default_locale": "en" } |