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" } } |