Everything 2 Table - easy web scraping

Copy lots of data from a web page in 2 clicks.

什么是Everything 2 Table - easy web scraping?

Everything 2 Table - easy web scraping是由flosSoftware开发的Chrome扩展程序,该扩展的主要功能是“Copy lots of data from a web page in 2 clicks.”。

扩展截图

下载Everything 2 Table - easy web scraping扩展crx文件

下载Everything 2 Table - easy web scraping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a web scraper tool to automatically copy data from web pages, and paste them into a spreadsheet, text or document.

Usage:

0. Right click anywhere in the page and select "Everything 2 Table" from the menu
1. Hover on the first thing to copy
2. When you see it highlighted (in yellow), click.
3. Hover on the last thing to copy. 
4. When you see it highlighted (in orange), click.

Have fun!                    

扩展基本信息

名称 Everything 2 Table - easy web scraping Everything 2 Table - easy web scraping
ID hconbkaoidcmkoehihaoljdmfdpcojcm
官方URL https://chrome.google.com/webstore/detail/everything-2-table-easy-w/hconbkaoidcmkoehihaoljdmfdpcojcm
简介 Copy lots of data from a web page in 2 clicks.
文件大小 45.24 KB
安装次数 818
当前版本 1.0.2
更新时间 2019-09-16
上架时间 2019-09-16
评分 3.67/5 共3次评分
开发者 flosSoftware
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Everything 2 Table - easy web scraping",
    "short_name": "Everything 2 Table",
    "description": "Copy lots of data from a web page in 2 clicks.",
    "version": "1.0.2",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "60": "logo60.png",
        "128": "logo128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "clipboardRead",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "options.html"
    },
    "manifest_version": 2
}