Table to CSV
Any html table you click on is downloaded in csv format.
Table to CSV란 무엇입니까?
Table to CSV은(는) kiko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Any html table you click on is downloaded in csv format."입니다.
확장 프로그램 스크린샷
Table to CSV 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shift+click on any html table to download in csv format. Works on tables that have inputs. Wraps each column in double quotes and escapes double quotes in table data, so commas and quotes are ok to have in your html column data.
확장 프로그램 기본 정보
이름 | |
ID | obbfbcfdflibnmadiigfgkkheoncmkfi |
공식 URL | https://chrome.google.com/webstore/detail/table-to-csv/obbfbcfdflibnmadiigfgkkheoncmkfi |
설명 | Any html table you click on is downloaded in csv format. |
파일 크기 | 5.68 KB |
설치 횟수 | 493 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2021-08-22 |
출시 날짜 | 2020-09-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | kiko |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://rickastleybomb.mediabot.ca/privacy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Table to CSV", "description": "Any html table you click on is downloaded in csv format.", "version": "1.0.3", "icons": { "128": "table-icon.png" }, "content_scripts": [ { "matches": [ " |