Scrape Builder Free 0.1
Smartest way to get the best CSS Selectors and XPath.
Apa itu Scrape Builder Free 0.1?
Scrape Builder Free 0.1 adalah ekstensi Chrome yang dikembangkan oleh sales, dan fitur utamanya adalah "Smartest way to get the best CSS Selectors and XPath.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scrape Builder Free 0.1
Unduh file ekstensi Scrape Builder Free 0.1 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kedeggjbcdkfamgfaaljfpknjhndmhbh |
URL Resmi | https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh |
Deskripsi | Smartest way to get the best CSS Selectors and XPath. |
Ukuran File | 126 KB |
Jumlah Instalasi | 310 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-06-03 |
Tanggal Publikasi | 2015-06-02 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | sales |
Tipe Pembayaran | free |
Situs Ekstensi | http://marketingmall.net/scrapebuilderfree |
URL Halaman Bantuan | http://marketingmall.net/scrapebuilderfree |
Bahasa yang Didukung | 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" } } |