Scrape Builder Free 0.1
Smartest way to get the best CSS Selectors and XPath.
O que é Scrape Builder Free 0.1?
Scrape Builder Free 0.1 é uma extensão do Chrome desenvolvida por sales, e sua principal característica é "Smartest way to get the best CSS Selectors and XPath.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scrape Builder Free 0.1
Baixe arquivos de extensão Scrape Builder Free 0.1 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
This tool is a freebie that will help you get CSS Selectors and the most reliable XPath in a magical and practical way. Dont waste money on other apps. This will make your life easier.
Informações Básicas da Extensão
Nome | |
ID | kedeggjbcdkfamgfaaljfpknjhndmhbh |
URL Oficial | https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh |
Descrição | Smartest way to get the best CSS Selectors and XPath. |
Tamanho do Arquivo | 126 KB |
Contagem de Instalações | 310 |
Versão Atual | 0.1 |
Última Atualização | 2015-06-03 |
Data de Publicação | 2015-06-02 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | sales |
Tipo de Pagamento | free |
Site da Extensão | http://marketingmall.net/scrapebuilderfree |
URL da Página de Ajuda | http://marketingmall.net/scrapebuilderfree |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "name": "Scrape Builder Free 0.1", "homepage_url": "http:\/\/marketingmall.net\/scrapebuilderfree", "description": "Smartest way to get the best CSS Selectors and XPath.", "version": "0.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "XPath & CSS Selectors Scrape Builder" } } |