Clipper

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

Clipper là gì?

Clipper là một tiện ích mở rộng Chrome được phát triển bởi proin, và tính năng chính của nó là "Clipper is Chrome Extension which is extracting some values in active tab by css selector.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clipper

Tải xuống các tệp mở rộng Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clipper Clipper
ID mijdajbbdaeelnnabbiichdbbamekeok
URL Chính Thức https://chrome.google.com/webstore/detail/mijdajbbdaeelnnabbiichdbbamekeok
Mô tả Clipper is Chrome Extension which is extracting some values in active tab by css selector.
Kích Thước Tệp 752 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-05-20
Ngày Phát Hành 2015-05-20
Nhà Phát Triển proin
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/proin/clipper
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}