Scrape Builder Free 0.1
Smartest way to get the best CSS Selectors and XPath.
Τι είναι το Scrape Builder Free 0.1;
Το Scrape Builder Free 0.1 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sales, και η κύρια λειτουργία του είναι "Smartest way to get the best CSS Selectors and XPath.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Scrape Builder Free 0.1
Λήψη αρχείων επέκτασης Scrape Builder Free 0.1 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kedeggjbcdkfamgfaaljfpknjhndmhbh |
Επίσημο URL | https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh |
Περιγραφή | Smartest way to get the best CSS Selectors and XPath. |
Μέγεθος Αρχείου | 126 KB |
Αριθμός Εγκαταστάσεων | 310 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2015-06-03 |
Ημερομηνία Δημοσίευσης | 2015-06-02 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | sales |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://marketingmall.net/scrapebuilderfree |
Διεύθυνση URL της Σελίδας Βοήθειας | http://marketingmall.net/scrapebuilderfree |
Υποστηριζόμενες Γλώσσες | 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" } } |