Clipper
Clipper is Chrome Extension which is extracting some values in active tab by css selector.
Clipper란 무엇입니까?
Clipper은(는) proin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clipper is Chrome Extension which is extracting some values in active tab by css selector."입니다.
확장 프로그램 스크린샷
Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clipper is Chrome Extension which is extracting some values in active tab by css selector. Also Clipper is open source. explore at https://github.com/proin/clipper ## How to Use - example site: http://www.aswc2006.org/accepted.php (this site is conference site that contains some of academic data) - move to example site and spider button in Browser Action - input .Section1 tr td:nth-child(1) and click find button (this action do filtering paper's title by css selector) - input .Section1 tr td:nth-child(2) and click find button (this action do filtering paper's author name by css selector) ## Search Parameters - css selector (top input): find elements by css selector, basically each elements attribute(innerText) is printing application. - remover (left input): remove elements in finded element. - inner (center input): find elements in finded element. - attr (right input): attribute to print applicatiion. text means innerText, other attributes like to basic css attributes (ex. href, title, etc).
확장 프로그램 기본 정보
이름 | |
ID | mijdajbbdaeelnnabbiichdbbamekeok |
공식 URL | https://chrome.google.com/webstore/detail/mijdajbbdaeelnnabbiichdbbamekeok |
설명 | Clipper is Chrome Extension which is extracting some values in active tab by css selector. |
파일 크기 | 752 KB |
설치 횟수 | 33 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-05-20 |
출시 날짜 | 2015-05-20 |
개발자 | proin |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/proin/clipper |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clipper", "description": "Clipper is Chrome Extension which is extracting some values in active tab by css selector.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "parser.html" }, "permissions": [ "tabs", " |