TScraper HTML table downloader

Scrape and download HTML tables from web pages

TScraper HTML table downloader란 무엇입니까?

TScraper HTML table downloader은(는) http://tscraper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape and download HTML tables from web pages"입니다.

확장 프로그램 스크린샷

screenshot

TScraper HTML table downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TScraper is the easiest way to  scrape and download data from web pages!

No complicated setup is needed -- simply select and copy the data on the web page, then click the TScraper icon in the upper right hand corner of your Chrome browser. The TScraper popup will appear with your data. Select any formatting options you want, and then click the download button. Your data will be in Chrome's download folder.

The downloaded data is in standard comma- or table-separated value format, which you can then import into the spreadsheet application of your choice. All major spreadsheet programs are supported.                    

확장 프로그램 기본 정보

이름 TScraper HTML table downloader TScraper HTML table downloader
ID aajdejnmopfmcopfecadfaifffkfoclc
공식 URL https://chrome.google.com/webstore/detail/tscraper-html-table-downl/aajdejnmopfmcopfecadfaifffkfoclc
설명 Scrape and download HTML tables from web pages
파일 크기 61.76 KB
설치 횟수 939
현재 버전 0.1.28
최근 업데이트 2016-01-21
출시 날짜 2016-01-21
평점 5.00/5 총 2 개의 평점
개발자 http://tscraper.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.tscraper.com
도움말 페이지 URL http://www.tscraper.com/support.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TScraper HTML table downloader",
    "short_name": "TScraper",
    "version": "0.1.28",
    "minimum_chrome_version": "29",
    "description": "Scrape and download HTML tables from web pages",
    "browser_action": {
        "default_icon": "tscraper-16-icon.png",
        "default_popup": "popup.html",
        "default_title": "Scrape HTML tables from this page"
    },
    "permissions": [
        "clipboardRead",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "865104713152-ca38982q6iao5e1iv3qlqn31g27i24ca.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "background": {
        "scripts": [
            "parsingengine.js",
            "displaymanager.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "tscraper-16-icon.png",
        "128": "tscraper-128-icon.png"
    }
}