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
Eメール [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
}