Scrape Builder Free 0.1
Smartest way to get the best CSS Selectors and XPath.
Was ist Scrape Builder Free 0.1?
Scrape Builder Free 0.1 ist eine Chrome-Erweiterung, die von sales entwickelt wurde, und ihr Hauptmerkmal ist "Smartest way to get the best CSS Selectors and XPath.".
Erweiterungsscreenshots
Scrape Builder Free 0.1-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scrape Builder Free 0.1-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kedeggjbcdkfamgfaaljfpknjhndmhbh |
Offizielle URL | https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh |
Beschreibung | Smartest way to get the best CSS Selectors and XPath. |
Dateigröße | 126 KB |
Installationsanzahl | 310 |
Aktuelle Version | 0.1 |
Letztes Update | 2015-06-03 |
Veröffentlichungsdatum | 2015-06-02 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | sales |
Zahlungsart | free |
Erweiterungswebsite | http://marketingmall.net/scrapebuilderfree |
Hilfeseite URL | http://marketingmall.net/scrapebuilderfree |
Unterstützte Sprachen | 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" } } |