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
官方網址 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": [
        "*"
    ]
}