HTML table to csv

This extension convert html tables to csv files.

ما هو HTML table to csv؟

HTML table to csv هو إضافة Chrome تم تطويرها بواسطة yazaneweb، والميزة الرئيسية لها هي "This extension convert html tables to csv files.".

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

screenshot

تحميل ملف CRX للإضافة HTML table to csv

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

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

                        This extension allow you to export all the HTML tables in the current page as a csv file.                    

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

الاسم HTML table to csv HTML table to csv
ID ekcjldfelniofapdjpdpbknojmnnmoba
عنوان URL الرسمي https://chromewebstore.google.com/detail/html-table-to-csv/ekcjldfelniofapdjpdpbknojmnnmoba
الوصف This extension convert html tables to csv files.
حجم الملف 753 KB
عدد التثبيتات 863
النسخة الحالية 1.1
آخر تحديث 2022-07-02
تاريخ النشر 2022-06-29
تقييم 2.50/5 مجموع تقييمات 2
المطور yazaneweb
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML table to csv",
    "description": "This extension convert html tables to csv files.",
    "version": "1.1",
    "action": {
        "default_icon": "img\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}