Cloump U-Scraper Plugin

This extension will configure cloump U-Scraper query.

Cloump U-Scraper Plugin란 무엇입니까?

Cloump U-Scraper Plugin은(는) https://www.cloump.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will configure cloump U-Scraper query."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cloump U-Scraper Plugin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Convert web pages into your own API and connect it through Excel (using our free excel add-in) or your own API.

It support JSON schema and can deal with nested complicated data structure.
You can compose your own data schema to suit your requirements and when you download data into excel, it converts it automatically.                    

확장 프로그램 기본 정보

이름 Cloump U-Scraper Plugin Cloump U-Scraper Plugin
ID kaaalbpgkcljgpbbmnnndchegnmfomjm
공식 URL https://chrome.google.com/webstore/detail/kaaalbpgkcljgpbbmnnndchegnmfomjm
설명 This extension will configure cloump U-Scraper query.
파일 크기 69.46 KB
설치 횟수 106
현재 버전 0.0.6
최근 업데이트 2016-04-30
출시 날짜 2016-04-30
개발자 https://www.cloump.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloump U-Scraper Plugin",
    "author": "KOOK HEA SUNG",
    "description": "This extension will configure cloump U-Scraper query.",
    "version": "0.0.6",
    "homepage_url": "http:\/\/www.cloump.com",
    "browser_action": {
        "default_title": "Cloump U-Scraper",
        "default_icon": "icon_16_16.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [],
            "css": [
                "uscraper_selector.css",
                "uscraper_ui.css"
            ]
        }
    ],
    "icons": {
        "16": "icon_16_16.png",
        "48": "icon_48_48.png",
        "128": "icon_128_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": true
    },
    "web_accessible_resources": [
        "*"
    ]
}