Table Data Export
Table Data Export Plugin
ما هو Table Data Export؟
Table Data Export هو إضافة Chrome تم تطويرها بواسطة Yasir Arafat، والميزة الرئيسية لها هي "Table Data Export Plugin".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Table Data Export
قم بتنزيل ملفات الامتداد Table Data Export بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Table Data Export plugin gives you the ability to easily export HTML tables to the CSV. It needs a little information though to start with, it needs table's id/class value which needs to be exported to CSV. It comes with below features: i) User can either select ALL Columns or a column range for export ii) There is a provision for file name where User can give the name of the file to be exported iii) It just needs either HTML table's id or class value to be exported
معلومات أساسية عن التمديد
الاسم | Table Data Export |
ID | edekdaabfonaodpbggccaamfhggjggki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki |
الوصف | Table Data Export Plugin |
حجم الملف | 9.83 KB |
عدد التثبيتات | 1,266 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2021-07-28 |
تاريخ النشر | 2019-02-15 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | Yasir Arafat |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Table Data Export", "short_name": "Table Export", "version": "1.0.3", "manifest_version": 2, "description": "Table Data Export Plugin", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "default_title": "Table Data Export", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |