TableScraper

Allows you to download web tables as .csv files

ما هو TableScraper؟

TableScraper هو إضافة Chrome تم تطويرها بواسطة JessieCS50، والميزة الرئيسية لها هي "Allows you to download web tables as .csv files".

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

screenshot
screenshot

تحميل ملف CRX للإضافة TableScraper

قم بتنزيل ملفات الامتداد TableScraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Automatically finds tables in web pages and adds "Download as csv" buttons so you can easily collect data without the need for copy and paste. "I wish I could download this as a csv" - now you can!                    

معلومات أساسية عن التمديد

الاسم TableScraper TableScraper
ID emkcilhnngffafccblemkljfpkabpapg
عنوان URL الرسمي https://chromewebstore.google.com/detail/tablescraper/emkcilhnngffafccblemkljfpkabpapg
الوصف Allows you to download web tables as .csv files
حجم الملف 55.5 KB
عدد التثبيتات 163
النسخة الحالية 1.1
آخر تحديث 2020-05-04
تاريخ النشر 2020-05-04
المطور JessieCS50
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TableScraper",
    "version": "1.1",
    "description": "Allows you to download web tables as .csv files",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "manifest_version": 2
}