Session Manager

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

Qu'est-ce que Session Manager ?

Session Manager est une extension Chrome développée par https://teddy.io, et sa fonction principale est "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Session Manager

Téléchargez les fichiers d'extension Session Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Session Manager Session Manager
ID mghenlmbmjcpehccoangkdpagbcbkdpc
URL Officiel https://chromewebstore.google.com/detail/session-manager/mghenlmbmjcpehccoangkdpagbcbkdpc
Description Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
Taille du Fichier 475 KB
Nombre d'Installations 78,015
Version Actuelle 3.5.0
Dernière Mise à Jour 2016-10-14
Date de Publication 2016-10-13
Évaluation 4.00/5 Total 494 Évaluations
Développeur https://teddy.io
Type de Paiement free
Langues Prises en Charge 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"
    ]
}