Easy Tables
Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
ما هو Easy Tables؟
Easy Tables هو إضافة Chrome تم تطويرها بواسطة Q. Dong، والميزة الرئيسية لها هي "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy Tables
قم بتنزيل ملفات الامتداد Easy Tables بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Copy tables to clipboard or download tables to CSV or Microsoft Excel files with a click. v1.5 updates: Add context menus; Bug fixes. Other optimizations.
معلومات أساسية عن التمديد
الاسم | Easy Tables |
ID | aggdjbmdhnmjclackipimailildgihlb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb |
الوصف | Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files. |
حجم الملف | 82.1 KB |
عدد التثبيتات | 130 |
النسخة الحالية | 1.5 |
آخر تحديث | 2020-10-25 |
تاريخ النشر | 2020-09-28 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Q. Dong |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Tables", "version": "1.5", "icons": { "128": "icon_128.png" }, "description": "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.", "browser_action": { "default_title": "Copy Table" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus" ], "web_accessible_resources": [ "csv.png", "copy.png", "xlsx.png" ] } |