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ファイルをダウンロード

Cloump U-Scraper Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        "*"
    ]
}