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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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