Everything 2 Table - easy web scraping

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

Co je Everything 2 Table - easy web scraping?

Everything 2 Table - easy web scraping je rozšíření Chrome vyvinuté flosSoftware, a jeho hlavní funkcí je „Copy lots of data from a web page in 2 clicks.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Everything 2 Table - easy web scraping

Stáhněte si soubory rozšíření Everything 2 Table - easy web scraping ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Everything 2 Table - easy web scraping Everything 2 Table - easy web scraping
ID hconbkaoidcmkoehihaoljdmfdpcojcm
Oficiální URL https://chrome.google.com/webstore/detail/everything-2-table-easy-w/hconbkaoidcmkoehihaoljdmfdpcojcm
Popis Copy lots of data from a web page in 2 clicks.
Velikost souboru 45.24 KB
Počet instalací 818
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-09-16
Datum Vydání 2019-09-16
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář flosSoftware
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}