Table Data Export

Table Data Export Plugin

Table Data Export란 무엇입니까?

Table Data Export은(는) Yasir Arafat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Table Data Export Plugin"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Table Data Export 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Table Data Export plugin gives you the ability to easily export HTML tables to the CSV. It needs a little information though to start with, it needs table's id/class value which needs to be exported to CSV. It comes with below features:
	i) User can either select ALL Columns or a column range for export
	ii) There is a provision for file name where User can give the name of the file to be exported
	iii) It just needs either HTML table's id or class value to be exported                    

확장 프로그램 기본 정보

이름 Table Data Export Table Data Export
ID edekdaabfonaodpbggccaamfhggjggki
공식 URL https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki
설명 Table Data Export Plugin
파일 크기 9.83 KB
설치 횟수 1,266
현재 버전 1.0.3
최근 업데이트 2021-07-28
출시 날짜 2019-02-15
평점 4.67/5 총 3 개의 평점
개발자 Yasir Arafat
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Data Export",
    "short_name": "Table Export",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Table Data Export Plugin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Table Data Export",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}