Clipper
Clipper is Chrome Extension which is extracting some values in active tab by css selector.
O que é Clipper?
Clipper é uma extensão do Chrome desenvolvida por proin, e sua principal característica é "Clipper is Chrome Extension which is extracting some values in active tab by css selector.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clipper
Baixe arquivos de extensão Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | |
ID | mijdajbbdaeelnnabbiichdbbamekeok |
URL Oficial | https://chrome.google.com/webstore/detail/mijdajbbdaeelnnabbiichdbbamekeok |
Descrição | Clipper is Chrome Extension which is extracting some values in active tab by css selector. |
Tamanho do Arquivo | 752 KB |
Contagem de Instalações | 33 |
Versão Atual | 1.1 |
Última Atualização | 2015-05-20 |
Data de Publicação | 2015-05-20 |
Desenvolvedor | proin |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/proin/clipper |
Idiomas Suportados | 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", " |