Sessions for Google Chrome™
Compile your tabs into Sessions.
Co to jest Sessions for Google Chrome™?
Sessions for Google Chrome™ to rozszerzenie Chrome opracowane przez bulletblue, a jego główną funkcją jest „Compile your tabs into Sessions.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sessions for Google Chrome™
Pobierz pliki rozszerzeń Sessions for Google Chrome™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
| Oficjalny URL | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
| Opis | Compile your tabs into Sessions. |
| Rozmiar pliku | 727 KB |
| Liczba instalacji | 1,166 |
| Aktualna Wersja | 1.2.1 |
| Ostatnia Aktualizacja | 2016-04-16 |
| Data Publikacji | 2016-04-16 |
| Ocena | 3.57/5 Łącznie 7 Oceny |
| Deweloper | bulletblue |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |