Sessions for Google Chrome™
Compile your tabs into Sessions.
Was ist Sessions for Google Chrome™?
Sessions for Google Chrome™ ist eine Chrome-Erweiterung, die von bulletblue entwickelt wurde, und ihr Hauptmerkmal ist "Compile your tabs into Sessions.".
Erweiterungsscreenshots
Sessions for Google Chrome™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sessions for Google Chrome™-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
Sessions for Google Chrome™ allows you to save all tabs in your current window into a single session for recalling later. If you've got a bunch of tabs open, all related to a single focus, you can shelve the session and close the tabs or entire window, and single-click to restore it. Sessions are shared across any machine signed into the same Google account.
Tabs will open in current window by default or optionally in a new window. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
| Offizielle URL | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
| Beschreibung | Compile your tabs into Sessions. |
| Dateigröße | 727 KB |
| Installationsanzahl | 1,166 |
| Aktuelle Version | 1.2.1 |
| Letztes Update | 2016-04-16 |
| Veröffentlichungsdatum | 2016-04-16 |
| Bewertung | 3.57/5 Insgesamt 7 Bewertungen |
| Entwickler | bulletblue |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sessions for Google Chrome\u2122",
"short_name": "Sessions",
"version": "1.2.1",
"description": "Compile your tabs into Sessions.",
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "popup.html"
}
} | |