Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Table Extractor - Download any Table as a CSV란 무엇입니까?

Table Extractor - Download any Table as a CSV은(는) Agency Enterprise에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension downloads HTML tables in CSV format."입니다.

확장 프로그램 스크린샷

screenshot

Table Extractor - Download any Table as a CSV 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Download HTML tables in CSV format. Perfect to use in Microsoft Excel or Google Sheets

Click the icon and then click on the table to download

The extension downloads HTML tables in CSV format.                    

확장 프로그램 기본 정보

이름 Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
공식 URL https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
설명 The extension downloads HTML tables in CSV format.
파일 크기 7.91 KB
설치 횟수 528
현재 버전 1.0
최근 업데이트 2022-03-08
출시 날짜 2022-03-08
개발자 Agency Enterprise
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Extractor - Download any Table as a CSV",
    "manifest_version": 3,
    "version": "1.0",
    "description": "The extension downloads HTML tables in CSV format.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}