Save Tabs
Save your opened tabs as json or plain text
ما هو Save Tabs؟
Save Tabs هو إضافة Chrome تم تطويرها بواسطة robeeeert، والميزة الرئيسية لها هي "Save your opened tabs as json or plain text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Save Tabs
قم بتنزيل ملفات الامتداد Save Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text. Currently, it includes the following features: - Save open tabs as JSON or plain text - Optionally save the tabs from all open windows - Optionally open the list in a new tab instead of saving it to a file - Optionally change the file name Specials: - Requires minimum permissions - Works completely offline - Does not upload your tab lists to any server
معلومات أساسية عن التمديد
الاسم | Save Tabs |
ID | ikpopifiapnnnoggbmhhnnaiiaehnfel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel |
الوصف | Save your opened tabs as json or plain text |
حجم الملف | 12.91 KB |
عدد التثبيتات | 160 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2017-04-23 |
تاريخ النشر | 2017-04-23 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | robeeeert |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/robeeeert/chrome-save-tabs |
عنوان صفحة المساعدة | https://github.com/robeeeert/chrome-save-tabs/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Tabs", "description": "Save your opened tabs as json or plain text", "version": "0.2.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ] } |