Sessionic

A web extension to save, manage and restore sessions, windows and tabs.

Qu'est-ce que Sessionic ?

Sessionic est une extension Chrome développée par navorite, et sa fonction principale est "A web extension to save, manage and restore sessions, windows and tabs.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sessionic

Téléchargez les fichiers d'extension Sessionic 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

                        Features:
●   Save and manage sessions
●   Import and export sessions
●   Save sessions automatically on an interval
●   Filter URL list to track using match patterns
●   Modern UI with Light and Dark mode support
●   Ability to add tags to sessions
●   Focused on performance and lower RAM usage
●   Cross-browser support (Firefox, Chrome, Edge, and Opera)
●   Compatible with Session Buddy, OneTab and Tab Session Manager


Release notes:
https://github.com/navorite/sessionic/releases                    

Informations de Base sur l'Extension

Nom Sessionic Sessionic
ID mdakbhkahkmdafnfhdikbddkngcbhenc
URL Officiel https://chromewebstore.google.com/detail/sessionic/mdakbhkahkmdafnfhdikbddkngcbhenc
Description A web extension to save, manage and restore sessions, windows and tabs.
Taille du Fichier 550 KB
Nombre d'Installations 611
Version Actuelle 1.7.0
Dernière Mise à Jour 2024-01-29
Date de Publication 2023-10-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur navorite
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/navorite/sessionic
URL de la Page d'Aide https://github.com/navorite/sessionic/issues
Langues Prises en Charge id,de,en,fr,nl,vi,tr,da,es,it,pl,pt-BR,ro,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sessionic",
    "version": "1.7.0",
    "description": "A web extension to save, manage and restore sessions, windows and tabs.",
    "author": "navorite",
    "homepage_url": "https:\/\/github.com\/navorite\/sessionic",
    "action": {
        "default_title": "Sessionic",
        "default_popup": ".\/src\/popup\/index.html",
        "default_icon": {
            "16": ".\/favicons\/16.png",
            "32": ".\/favicons\/32.png",
            "64": ".\/favicons\/64.png"
        }
    },
    "background": {
        "service_worker": ".\/src\/background\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": ".\/src\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "alarms",
        "contextMenus",
        "system.display",
        "favicon"
    ],
    "icons": {
        "16": ".\/favicons\/16.png",
        "32": ".\/favicons\/32.png",
        "48": ".\/favicons\/48.png",
        "64": ".\/favicons\/64.png",
        "96": ".\/favicons\/96.png"
    },
    "default_locale": "en"
}