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.”。

擴展截圖

screenshot

下載Clipper擴展crx文件

下載Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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).                    

擴展基本資訊

名稱 Clipper Clipper
ID mijdajbbdaeelnnabbiichdbbamekeok
官方網址 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",
        "",
        "storage"
    ]
}