TScraper HTML table downloader

Scrape and download HTML tables from web pages

ما هو TScraper HTML table downloader؟

TScraper HTML table downloader هو إضافة Chrome تم تطويرها بواسطة http://tscraper.com، والميزة الرئيسية لها هي "Scrape and download HTML tables from web pages".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TScraper HTML table downloader

قم بتنزيل ملفات الامتداد TScraper HTML table downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}