Sessions for Google Chrome™
Compile your tabs into Sessions.
Hvad er Sessions for Google Chrome™?
Sessions for Google Chrome™ er en Chrome-udvidelse udviklet af bulletblue, og dens hovedfunktion er "Compile your tabs into Sessions.".
Udvidelsesskærmbilleder
Download Sessions for Google Chrome™-udvidelses-CRX-fil
Download Sessions for Google Chrome™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Sessions for Google Chrome™ |
ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
Officiel URL | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
Beskrivelse | Compile your tabs into Sessions. |
Filstørrelse | 727 KB |
Antal Installationer | 1,166 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2016-04-16 |
Udgivelsesdato | 2016-04-16 |
Bedømmelse | 3.57/5 Samlet 7 Bedømmelser |
Udvikler | bulletblue |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |