Everything 2 Table - easy web scraping

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

Was ist Everything 2 Table - easy web scraping?

Everything 2 Table - easy web scraping ist eine Chrome-Erweiterung, die von flosSoftware entwickelt wurde, und ihr Hauptmerkmal ist "Copy lots of data from a web page in 2 clicks.".

Erweiterungsscreenshots

Everything 2 Table - easy web scraping-Erweiterungs-CRX-Datei herunterladen

Laden Sie Everything 2 Table - easy web scraping-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Everything 2 Table - easy web scraping Everything 2 Table - easy web scraping
ID hconbkaoidcmkoehihaoljdmfdpcojcm
Offizielle URL https://chrome.google.com/webstore/detail/everything-2-table-easy-w/hconbkaoidcmkoehihaoljdmfdpcojcm
Beschreibung Copy lots of data from a web page in 2 clicks.
Dateigröße 45.24 KB
Installationsanzahl 818
Aktuelle Version 1.0.2
Letztes Update 2019-09-16
Veröffentlichungsdatum 2019-09-16
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler flosSoftware
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}