Sessions for Google Chrome™
Compile your tabs into Sessions.
Co je Sessions for Google Chrome™?
Sessions for Google Chrome™ je rozšíření Chrome vyvinuté bulletblue, a jeho hlavní funkcí je „Compile your tabs into Sessions.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sessions for Google Chrome™
Stáhněte si soubory rozšíření Sessions for Google Chrome™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Sessions for Google Chrome™ |
ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
Oficiální URL | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
Popis | Compile your tabs into Sessions. |
Velikost souboru | 727 KB |
Počet instalací | 1,166 |
Aktuální Verze | 1.2.1 |
Poslední Aktualizace | 2016-04-16 |
Datum Vydání | 2016-04-16 |
Hodnocení | 3.57/5 Celkem 7 Hodnocení |
Vývojář | bulletblue |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |