Scrape Builder Free 0.1
Smartest way to get the best CSS Selectors and XPath.
What is Scrape Builder Free 0.1?
Scrape Builder Free 0.1 is a Chrome extension developed by sales, and its main feature is "Smartest way to get the best CSS Selectors and XPath.".
Extension Screenshots
Download Scrape Builder Free 0.1 Extension CRX File
Download Scrape Builder Free 0.1 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kedeggjbcdkfamgfaaljfpknjhndmhbh |
Official URL | https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh |
Description | Smartest way to get the best CSS Selectors and XPath. |
File Size | 126 KB |
Installation Count | 310 |
Current Version | 0.1 |
Last Updated | 2015-06-03 |
Publish Date | 2015-06-02 |
Rating | 1.00/5 Total 1 Ratings |
Developer | sales |
Payment Type | free |
Extension Website | http://marketingmall.net/scrapebuilderfree |
Help Page URL | http://marketingmall.net/scrapebuilderfree |
Supported Languages | 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" } } |