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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |