Tab Sessions

This extension lets the user manage multiple sessions of open tabs.

ما هو Tab Sessions؟

Tab Sessions هو إضافة Chrome تم تطويرها بواسطة Ian Martorell، والميزة الرئيسية لها هي "This extension lets the user manage multiple sessions of open tabs.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tab Sessions

قم بتنزيل ملفات الامتداد Tab Sessions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Tab Sessions places an icon alongside the user's Omnibar which opens the Tab Session Manager in a popup window. From here, the user can save new tab sessions and load, update or delete old ones. The tab sessions are stored using HTML5's Local Storage feature, so they are never deleted and are particular for each browser.

Ideas for future versions:
  - Sync sessions via Google account
  - Prettify Tab Session Manager
      + Allow reordering of sessions
  - Automatic session tracking                    

معلومات أساسية عن التمديد

الاسم Tab Sessions Tab Sessions
ID kljefmgondidjmjicifipgglpekgjddm
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm
الوصف This extension lets the user manage multiple sessions of open tabs.
حجم الملف 52.63 KB
عدد التثبيتات 265
النسخة الحالية 1.1.1
آخر تحديث 2013-07-09
تاريخ النشر 2013-07-09
تقييم 3.83/5 مجموع تقييمات 6
المطور Ian Martorell
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Sessions",
    "description": "This extension lets the user manage multiple sessions of open tabs.",
    "version": "1.1.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}