Table Extractor
Export all table content on a webpage to json or csv in a single click.
ما هو Table Extractor؟
Table Extractor هو إضافة Chrome تم تطويرها بواسطة akopyany، والميزة الرئيسية لها هي "Export all table content on a webpage to json or csv in a single click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Table Extractor
قم بتنزيل ملفات الامتداد Table Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extract tables on webpage to CSV or JSON. Forget about manually selecting tables and content. The tool will find all html tables on a page and make a json or csv of each one.
معلومات أساسية عن التمديد
الاسم | Table Extractor |
ID | bplejbaicgjafneipkgikahgengigkpe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe |
الوصف | Export all table content on a webpage to json or csv in a single click. |
حجم الملف | 5.66 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-09-25 |
تاريخ النشر | 2023-09-25 |
المطور | akopyany |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Table Extractor", "version": "1.0", "description": "Export all table content on a webpage to json or csv in a single click.", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": [] } } |