Scrape Builder Free 0.1
Smartest way to get the best CSS Selectors and XPath.
Wat is Scrape Builder Free 0.1?
Scrape Builder Free 0.1 is een Chrome-extensie ontwikkeld door sales, en de belangrijkste functie is "Smartest way to get the best CSS Selectors and XPath.".
Extensie Screenshots
Download het CRX-bestand van de extensie Scrape Builder Free 0.1
Download Scrape Builder Free 0.1-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kedeggjbcdkfamgfaaljfpknjhndmhbh |
Officiële URL | https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh |
Beschrijving | Smartest way to get the best CSS Selectors and XPath. |
Bestandsgrootte | 126 KB |
Aantal Installaties | 310 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-06-03 |
Publicatiedatum | 2015-06-02 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | sales |
Betalingswijze | free |
Extensiewebsite | http://marketingmall.net/scrapebuilderfree |
Help Pagina-URL | http://marketingmall.net/scrapebuilderfree |
Ondersteunde Talen | 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" } } |