Clipper
Clipper is Chrome Extension which is extracting some values in active tab by css selector.
Was ist Clipper?
Clipper ist eine Chrome-Erweiterung, die von proin entwickelt wurde, und ihr Hauptmerkmal ist "Clipper is Chrome Extension which is extracting some values in active tab by css selector.".
Erweiterungsscreenshots
Clipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | |
ID | mijdajbbdaeelnnabbiichdbbamekeok |
Offizielle URL | https://chrome.google.com/webstore/detail/mijdajbbdaeelnnabbiichdbbamekeok |
Beschreibung | Clipper is Chrome Extension which is extracting some values in active tab by css selector. |
Dateigröße | 752 KB |
Installationsanzahl | 33 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-05-20 |
Veröffentlichungsdatum | 2015-05-20 |
Entwickler | proin |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/proin/clipper |
Unterstützte Sprachen | 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", " |