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开发的Chrome扩展程序,该扩展的主要功能是“Smartest way to get the best CSS Selectors and XPath.”。

扩展截图

下载Scrape Builder Free 0.1扩展crx文件

下载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.                    

扩展基本信息

名称 Scrape Builder Free 0.1 Scrape Builder Free 0.1
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"
    }
}