Tab Session Master
Save and restore the state of windows and tabs. It also supports automatic backup your current session
ما هو Tab Session Master؟
Tab Session Master هو إضافة Chrome تم تطويرها بواسطة https://tebofy.com، والميزة الرئيسية لها هي "Save and restore the state of windows and tabs. It also supports automatic backup your current session".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Session Master
قم بتنزيل ملفات الامتداد Tab Session Master بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Manage Browser Tabs and Bookmarks with Ease Tab Session Master is a unified session manager and bookmark manager. ● Save open tabs and restore them later. Great for freeing up memory and avoiding clutter. ● Auto save when window is closed ● Auto save at regular intervals ● Recover open tabs after a crash or when your OS restarts your computer. ● Smart Search open and saved tabs to quickly find what you're looking for. ● Save or open a list of URLs from the clipboard or a file. ▬▬▬▬▬ PLEASE RATE! ▬▬▬▬▬
معلومات أساسية عن التمديد
الاسم | Tab Session Master |
ID | ibgcfjpjkenifoodgneppodehmkbaefp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-session-master/ibgcfjpjkenifoodgneppodehmkbaefp |
الوصف | Save and restore the state of windows and tabs. It also supports automatic backup your current session |
حجم الملف | 453 KB |
عدد التثبيتات | 499 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2020-04-15 |
تاريخ النشر | 2020-04-15 |
تقييم | 2.83/5 مجموع تقييمات 6 |
المطور | https://tebofy.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://tab-session.tebofy.com |
عنوان صفحة المساعدة | https://groups.google.com/forum/?fromgroups#!forum/tebofy-tab-session-masster |
اللغات المدعومة | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Tab Session Master", "manifest_version": 2, "name": "Tab Session Master", "default_locale": "en", "description": "Save and restore the state of windows and tabs. It also supports automatic backup your current session", "version": "1.2.1", "icons": { "16": "\/images\/logo-16.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" }, "background": { "scripts": [ "ga.min.js", "browser-polyfill.min.js", "background.min.js" ], "persistent": false }, "browser_action": { "default_icon": "\/images\/logo-128.png", "default_title": "Tab Session Master" }, "permissions": [ "tabs", "storage", "contextMenus", "notifications", "alarms", "activeTab" ], "optional_permissions": [ "bookmarks" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; img-src * data:;" } |