Scrape Builder Free 0.1
Smartest way to get the best CSS Selectors and XPath.
¿Qué es Scrape Builder Free 0.1?
Scrape Builder Free 0.1 es una extensión de Chrome desarrollada por sales, y su función principal es "Smartest way to get the best CSS Selectors and XPath.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Scrape Builder Free 0.1
Descarga archivos de extensión Scrape Builder Free 0.1 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kedeggjbcdkfamgfaaljfpknjhndmhbh |
URL Oficial | https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh |
Descripción | Smartest way to get the best CSS Selectors and XPath. |
Tamaño del Archivo | 126 KB |
Cantidad de Instalaciones | 310 |
Versión Actual | 0.1 |
Última Actualización | 2015-06-03 |
Fecha de Publicación | 2015-06-02 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | sales |
Tipo de Pago | free |
Sitio Web de la Extensión | http://marketingmall.net/scrapebuilderfree |
URL de la Página de Ayuda | http://marketingmall.net/scrapebuilderfree |
Idiomas Soportados | 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" } } |