Sessions for Google Chrome™
Compile your tabs into Sessions.
Vad är Sessions for Google Chrome™?
Sessions for Google Chrome™ är en Chrome-tillägg utvecklad av bulletblue, och dess huvudfunktion är "Compile your tabs into Sessions.".
Tilläggsskärmbilder
Ladda ner Sessions for Google Chrome™-förlängningens CRX-fil
Ladda ner Sessions for Google Chrome™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
| Officiell webbadress | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
| Beskrivning | Compile your tabs into Sessions. |
| Filstorlek | 727 KB |
| Antal Installationer | 1,166 |
| Aktuell Version | 1.2.1 |
| Senast Uppdaterad | 2016-04-16 |
| Publiceringsdatum | 2016-04-16 |
| Betyg | 3.57/5 Totalt 7 Betyg |
| Utvecklare | bulletblue |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |