Plucker
Pluck data from HTML tables.
Plucker란 무엇입니까?
Plucker은(는) ArlingtonCoder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pluck data from HTML tables."입니다.
확장 프로그램 스크린샷
Plucker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Plucker is a targeted screen-scraping utility for Chrome browsers. It requires no setup whatsoever and is used for plucking data out of a table-driven presentation from a web page. The screenshot to the left is a very obvious "table" of data. Once Plucker is installed, right-click anywhere in the table and choose "Pluck." That's it -- you can now right-click the table again and choose Plucker/Download to download your data as a CSV, which will open right up in any spreadsheet package. For tables with multiple pages of data, right-click/Pluck the first page of data, as normal, then simply page through the rest of the pages, giving Plucker a second or two to pluck the data from each one. Once you get to the last page, Plucker will have plucked all the data from all pages.
확장 프로그램 기본 정보
이름 | |
ID | meeedeecefnlccpmgfeoadnjibegfege |
공식 URL | https://chrome.google.com/webstore/detail/plucker/meeedeecefnlccpmgfeoadnjibegfege |
설명 | Pluck data from HTML tables. |
파일 크기 | 69.74 KB |
설치 횟수 | 690 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2015-03-24 |
출시 날짜 | 2015-03-24 |
평점 | 4.40/5 총 10 개의 평점 |
개발자 | ArlingtonCoder |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plucker", "short_name": "Plucker", "description": "Pluck data from HTML tables.", "version": "1.0.1", "manifest_version": 2, "permissions": [ "contextMenus", "storage", "tabs" ], "options_page": "options.html", "background": { "persistent": true, "scripts": [ "background.js", "jquery-1.7.min.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "Plucker16.png", "32": "Plucker32.png", "48": "Plucker48.png", "128": "Plucker128.png" }, "page_action": { "default_title": "Pluck", "default_icon": "Plucker16.png" }, "content_scripts": [ { "matches": [ " |