Session Manager

Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!

ما هو Session Manager؟

Session Manager هو إضافة Chrome تم تطويرها بواسطة https://teddy.io، والميزة الرئيسية لها هي "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Session Manager

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

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

                        Session Manager is a simple yet powerful extension that makes it quick and easy to save, update, remove, and restore sets of tabs.

Common uses include:
 - Creating sessions for daily routines: pages you open in the morning, afternoon and evening.
 - Grouping pages of common interest such as News, Financial and Social.
 - Saving pages discovered during a research session that you'd like to revisit later.                    

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

الاسم Session Manager Session Manager
ID mghenlmbmjcpehccoangkdpagbcbkdpc
عنوان URL الرسمي https://chromewebstore.google.com/detail/session-manager/mghenlmbmjcpehccoangkdpagbcbkdpc
الوصف Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
حجم الملف 475 KB
عدد التثبيتات 78,015
النسخة الحالية 3.5.0
آخر تحديث 2016-10-14
تاريخ النشر 2016-10-13
تقييم 4.00/5 مجموع تقييمات 494
المطور https://teddy.io
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Session Manager",
    "version": "3.5.0",
    "description": "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!",
    "icons": {
        "16": "img\/16.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19-1x.png",
            "38": "img\/19-2x.png"
        },
        "default_title": "Session Manager",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/errors.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "session"
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs"
    ]
}