Save Tabs
Saves open tabs to the bookmarks for easy sync and for saving memory
ما هو Save Tabs؟
Save Tabs هو إضافة Chrome تم تطويرها بواسطة NSD، والميزة الرئيسية لها هي "Saves open tabs to the bookmarks for easy sync and for saving memory".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Save Tabs
قم بتنزيل ملفات الامتداد Save Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension saves open tabs to the bookmarks for easy sync and for saving memory
معلومات أساسية عن التمديد
الاسم | Save Tabs |
ID | jnnkhocfnekiikbiilndmhoamjfhgbog |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog |
الوصف | Saves open tabs to the bookmarks for easy sync and for saving memory |
حجم الملف | 7.11 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 0.2 |
آخر تحديث | 2015-11-23 |
تاريخ النشر | 2015-11-23 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | NSD |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Tabs", "version": "0.2", "description": "Saves open tabs to the bookmarks for easy sync and for saving memory", "permissions": [ "tabs", "bookmarks" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Save Tabs", "default_icon": "icon.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |