Clipper

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

Clipperคืออะไร?

Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย proin และคุณลักษณะหลักของมันคือ "Clipper is Chrome Extension which is extracting some values in active tab by css selector."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clipper

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}