TScraper HTML table downloader

Scrape and download HTML tables from web pages

TScraper HTML table downloader क्या है?

TScraper HTML table downloader http://tscraper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrape and download HTML tables from web pages"।

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

screenshot

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

crx प्रारूप में TScraper HTML table downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        TScraper is the easiest way to  scrape and download data from web pages!

No complicated setup is needed -- simply select and copy the data on the web page, then click the TScraper icon in the upper right hand corner of your Chrome browser. The TScraper popup will appear with your data. Select any formatting options you want, and then click the download button. Your data will be in Chrome's download folder.

The downloaded data is in standard comma- or table-separated value format, which you can then import into the spreadsheet application of your choice. All major spreadsheet programs are supported.                    

एक्सटेंशन की मूल जानकारी

नाम TScraper HTML table downloader TScraper HTML table downloader
ID aajdejnmopfmcopfecadfaifffkfoclc
आधिकारिक URL https://chrome.google.com/webstore/detail/tscraper-html-table-downl/aajdejnmopfmcopfecadfaifffkfoclc
विवरण Scrape and download HTML tables from web pages
फ़ाइल का आकार 61.76 KB
स्थापना संख्या 939
वर्तमान संस्करण 0.1.28
अंतिम अपडेट 2016-01-21
प्रकाशन तिथि 2016-01-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://tscraper.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.tscraper.com
सहायता पृष्ठ URL http://www.tscraper.com/support.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TScraper HTML table downloader",
    "short_name": "TScraper",
    "version": "0.1.28",
    "minimum_chrome_version": "29",
    "description": "Scrape and download HTML tables from web pages",
    "browser_action": {
        "default_icon": "tscraper-16-icon.png",
        "default_popup": "popup.html",
        "default_title": "Scrape HTML tables from this page"
    },
    "permissions": [
        "clipboardRead",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "865104713152-ca38982q6iao5e1iv3qlqn31g27i24ca.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "background": {
        "scripts": [
            "parsingengine.js",
            "displaymanager.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "tscraper-16-icon.png",
        "128": "tscraper-128-icon.png"
    }
}