Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

ما هو Table Extractor - Download any Table as a CSV؟

Table Extractor - Download any Table as a CSV هو إضافة Chrome تم تطويرها بواسطة Agency Enterprise، والميزة الرئيسية لها هي "The extension downloads HTML tables in CSV format.".

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

screenshot

تحميل ملف CRX للإضافة Table Extractor - Download any Table as a CSV

قم بتنزيل ملفات الامتداد Table Extractor - Download any Table as a CSV بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Download HTML tables in CSV format. Perfect to use in Microsoft Excel or Google Sheets

Click the icon and then click on the table to download

The extension downloads HTML tables in CSV format.                    

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

الاسم Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
عنوان URL الرسمي https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
الوصف The extension downloads HTML tables in CSV format.
حجم الملف 7.91 KB
عدد التثبيتات 528
النسخة الحالية 1.0
آخر تحديث 2022-03-08
تاريخ النشر 2022-03-08
المطور Agency Enterprise
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Extractor - Download any Table as a CSV",
    "manifest_version": 3,
    "version": "1.0",
    "description": "The extension downloads HTML tables in CSV format.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}