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
官方網址 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"
    }
}