Sessionic
A web extension to save, manage and restore sessions, windows and tabs.
Was ist Sessionic?
Sessionic ist eine Chrome-Erweiterung, die von navorite entwickelt wurde, und ihr Hauptmerkmal ist "A web extension to save, manage and restore sessions, windows and tabs.".
Erweiterungsscreenshots
Sessionic-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sessionic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mdakbhkahkmdafnfhdikbddkngcbhenc |
| Offizielle URL | https://chromewebstore.google.com/detail/sessionic/mdakbhkahkmdafnfhdikbddkngcbhenc |
| Beschreibung | A web extension to save, manage and restore sessions, windows and tabs. |
| Dateigröße | 550 KB |
| Installationsanzahl | 611 |
| Aktuelle Version | 1.7.0 |
| Letztes Update | 2024-01-29 |
| Veröffentlichungsdatum | 2023-10-08 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | navorite |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/navorite/sessionic |
| Hilfeseite URL | https://github.com/navorite/sessionic/issues |
| Unterstützte Sprachen | 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"
} | |