Cloump U-Scraper Plugin

This extension will configure cloump U-Scraper query.

Cloump U-Scraper Plugin là gì?

Cloump U-Scraper Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://www.cloump.com, và tính năng chính của nó là "This extension will configure cloump U-Scraper query.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloump U-Scraper Plugin

Tải xuống các tệp mở rộng Cloump U-Scraper Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cloump U-Scraper Plugin Cloump U-Scraper Plugin
ID kaaalbpgkcljgpbbmnnndchegnmfomjm
URL Chính Thức https://chrome.google.com/webstore/detail/kaaalbpgkcljgpbbmnnndchegnmfomjm
Mô tả This extension will configure cloump U-Scraper query.
Kích Thước Tệp 69.46 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2016-04-30
Ngày Phát Hành 2016-04-30
Nhà Phát Triển https://www.cloump.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}