Save Tabs
Export and Import Tabs.
ما هو Save Tabs؟
Save Tabs هو إضافة Chrome تم تطويرها بواسطة Vedant Wakalkar، والميزة الرئيسية لها هي "Export and Import Tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Save Tabs
قم بتنزيل ملفات الامتداد Save Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Save Tabs allows users to export all the tabs currently opened in the browser to a file and easily import it whenever they want to continue with the same set of browser tabs. For whom? One who open lots and lots of tabs in a single browser and want to revisit the same sets of browser tabs after a while Features : 1. Easy Export and Import of Tabs. 2. Export tabs with a custom name. 3. Grouped tab support. 4. Logs Section. 5. Cross Browser Support (as of now for Firefox) Data & Privacy: This extension does not collect any data in any form. All data processed is stored on the user's local storage and deleted after 10 min from the last usage.
معلومات أساسية عن التمديد
الاسم | Save Tabs |
ID | ljokfgphjbhjheflldgfmjligcmcmhmn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/save-tabs/ljokfgphjbhjheflldgfmjligcmcmhmn |
الوصف | Export and Import Tabs. |
حجم الملف | 79.17 KB |
عدد التثبيتات | 189 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2021-07-08 |
تاريخ النشر | 2021-05-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Vedant Wakalkar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://karna98.github.io/Save-Tabs/ |
عنوان صفحة المساعدة | https://karna98.github.io/Save-Tabs/#guide |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save Tabs", "version": "1.0.1", "description": "Export and Import Tabs.", "homepage_url": "https:\/\/github.com\/karna98\/Save-Tabs", "icons": { "16": "icons\/Save_Tabs_16.png", "32": "icons\/Save_Tabs_32.png", "48": "icons\/Save_Tabs_48.png", "64": "icons\/Save_Tabs_64.png", "96": "icons\/Save_Tabs_96.png", "128": "icons\/Save_Tabs_128.png" }, "permissions": [ "tabs", "tabGroups", "downloads", "storage" ], "incognito": "split", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/Save_Tabs_16.png", "32": "icons\/Save_Tabs_32.png", "48": "icons\/Save_Tabs_48.png", "64": "icons\/Save_Tabs_64.png", "96": "icons\/Save_Tabs_96.png", "128": "icons\/Save_Tabs_128.png" }, "default_title": "Save Tabs", "default_popup": "saveTab.html" } } |