Skip to content
/ clipper Public

Clipper is Chrome Extension which is extracting some values in active tab by css selector.

Notifications You must be signed in to change notification settings

proin/clipper

Repository files navigation

Clipper

Clipper is Chrome Extension which is extracting some values in active tab by css selector.

alt tag

How to Install

  1. download this repo. and unzip.
  2. move to chrome://extensions and click load extension button.

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 (1st input): remove elements in finded element.
  • inner-selector (2nd input): find elements in finded element.
  • split (3rd input): split table by char. if input last: before split char, split table at last split char. ex) ., last:.
  • attr (4th input): attribute to print applicatiion. text means innerText, other attributes like to basic css attributes (ex. href, title, etc).

About

Clipper is Chrome Extension which is extracting some values in active tab by css selector.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published