Scrape Builder Free 0.1

Smartest way to get the best CSS Selectors and XPath.

Scrape Builder Free 0.1 là gì?

Scrape Builder Free 0.1 là một tiện ích mở rộng Chrome được phát triển bởi sales, và tính năng chính của nó là "Smartest way to get the best CSS Selectors and XPath.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Scrape Builder Free 0.1

Tải xuống các tệp mở rộng Scrape Builder Free 0.1 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrape Builder Free 0.1 Scrape Builder Free 0.1
ID kedeggjbcdkfamgfaaljfpknjhndmhbh
URL Chính Thức https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh
Mô tả Smartest way to get the best CSS Selectors and XPath.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 310
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-06-03
Ngày Phát Hành 2015-06-02
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sales
Loại Thanh Toán free
Trang Web Mở Rộng http://marketingmall.net/scrapebuilderfree
URL Trang Trợ Giúp http://marketingmall.net/scrapebuilderfree
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}