Session Manager

A simple Session manager that syncs across your PCs

Co to jest Session Manager?

Session Manager to rozszerzenie Chrome opracowane przez https://rjgtav.wordpress.com, a jego główną funkcją jest „A simple Session manager that syncs across your PCs”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Session Manager

Pobierz pliki rozszerzeń Session Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        With Session Manager you'll be able to group and save your tabs into multiple sessions.
This not only improves your productivity by reducing the clutter, but also serves as an automatic backup in case of a system crash, all while also saving some much needed resources for your other programs.

Features:
+ Up to 120 tabs per session
+ Up to 30 sessions
+ Automatically syncs between all of your PCs*

*Make sure to sign in with your browser vendor's account (e.g Google if you're using Chrome, Microsoft if you're using Edge, etc.)

This extension is open-source and available at https://github.com/rjgtav/chrome-session-manager                    

Podstawowe informacje o rozszerzeniu

Nazwa Session Manager Session Manager
ID aflhdjdhfogmjdakdkbhiacemdkkipkp
Oficjalny URL https://chromewebstore.google.com/detail/session-manager/aflhdjdhfogmjdakdkbhiacemdkkipkp
Opis A simple Session manager that syncs across your PCs
Rozmiar pliku 2.09 MB
Liczba instalacji 283
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2020-04-02
Data Publikacji 2020-03-27
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper https://rjgtav.wordpress.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Session Manager",
    "version": "1.2.2",
    "description": "A simple Session manager that syncs across your PCs",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "runtime.js",
            "vendor.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ]
}