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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy lots of data from a web page in 2 clicks."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Everything 2 Table - easy web scraping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}