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
公式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",
        "",
        "storage"
    ]
}