Scrape Builder Free 0.1
Smartest way to get the best CSS Selectors and XPath.
Qu'est-ce que Scrape Builder Free 0.1 ?
Scrape Builder Free 0.1 est une extension Chrome développée par sales, et sa fonction principale est "Smartest way to get the best CSS Selectors and XPath.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scrape Builder Free 0.1
Téléchargez les fichiers d'extension Scrape Builder Free 0.1 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kedeggjbcdkfamgfaaljfpknjhndmhbh |
URL Officiel | https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh |
Description | Smartest way to get the best CSS Selectors and XPath. |
Taille du Fichier | 126 KB |
Nombre d'Installations | 310 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-06-03 |
Date de Publication | 2015-06-02 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | sales |
Type de Paiement | free |
Site Web de l'Extension | http://marketingmall.net/scrapebuilderfree |
URL de la Page d'Aide | http://marketingmall.net/scrapebuilderfree |
Langues Prises en Charge | 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" } } |