Tab Groups Exporter
Utility to export tab groups
ما هو Tab Groups Exporter؟
Tab Groups Exporter هو إضافة Chrome تم تطويرها بواسطة parthpower، والميزة الرئيسية لها هي "Utility to export tab groups".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Groups Exporter
قم بتنزيل ملفات الامتداد Tab Groups Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file. It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/ Contributions are appreciated
معلومات أساسية عن التمديد
الاسم | Tab Groups Exporter |
ID | hcfnlphlglikfflkikgilkebljgbnica |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica |
الوصف | Utility to export tab groups |
حجم الملف | 33.63 KB |
عدد التثبيتات | 588 |
النسخة الحالية | 0.1 |
آخر تحديث | 2021-09-10 |
تاريخ النشر | 2021-09-06 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | parthpower |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/parthpower/chrome-tab-group-exporter |
عنوان صفحة المساعدة | https://github.com/parthpower/chrome-tab-group-exporter/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Groups Exporter", "description": "Utility to export tab groups", "version": "0.1", "permissions": [ "tabs", "tabGroups", "storage" ], "action": { "default_title": "Export Tab Groups", "default_popup": "tabs_api.html" }, "icons": { "48": "icon.png" }, "manifest_version": 3 } |