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 sales द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smartest way to get the best CSS Selectors and XPath."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scrape Builder Free 0.1 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |