Tab Exporter
Export your open tabs into HTML links for sharing or later use
ما هو Tab Exporter؟
Tab Exporter هو إضافة Chrome تم تطويرها بواسطة lonm، والميزة الرئيسية لها هي "Export your open tabs into HTML links for sharing or later use".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Exporter
قم بتنزيل ملفات الامتداد Tab Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Export your tabs for use in other applications
معلومات أساسية عن التمديد
الاسم | Tab Exporter |
ID | nfplecfiodfcjnkkflgcgijnhhgglbgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-exporter/nfplecfiodfcjnkkflgcgijnhhgglbgf |
الوصف | Export your open tabs into HTML links for sharing or later use |
حجم الملف | 14.73 KB |
عدد التثبيتات | 183 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2018-10-04 |
تاريخ النشر | 2018-10-04 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | lonm |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/LonMcGregor/TabExporter |
عنوان صفحة المساعدة | https://github.com/LonMcGregor/TabExporter |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "author": "L\u00e9on McGregor", "homepage_url": "https:\/\/github.com\/LonMcGregor\/TabExporter", "browser_action": { "default_icon": { "16": "16.png", "24": "24.png", "32": "32.png" }, "default_title": "__MSG_name__", "default_popup": "panel.html" }, "permissions": [ "tabs", "storage" ] } |