Tab Sessions

This extension lets the user manage multiple sessions of open tabs.

Vad är Tab Sessions?

Tab Sessions är en Chrome-tillägg utvecklad av Ian Martorell, och dess huvudfunktion är "This extension lets the user manage multiple sessions of open tabs.".

Tilläggsskärmbilder

screenshot

Ladda ner Tab Sessions-förlängningens CRX-fil

Ladda ner Tab Sessions-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

                        Tab Sessions places an icon alongside the user's Omnibar which opens the Tab Session Manager in a popup window. From here, the user can save new tab sessions and load, update or delete old ones. The tab sessions are stored using HTML5's Local Storage feature, so they are never deleted and are particular for each browser.

Ideas for future versions:
  - Sync sessions via Google account
  - Prettify Tab Session Manager
      + Allow reordering of sessions
  - Automatic session tracking                    

Grundläggande Information om Tillägg

Namn Tab Sessions Tab Sessions
ID kljefmgondidjmjicifipgglpekgjddm
Officiell webbadress https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm
Beskrivning This extension lets the user manage multiple sessions of open tabs.
Filstorlek 52.63 KB
Antal Installationer 265
Aktuell Version 1.1.1
Senast Uppdaterad 2013-07-09
Publiceringsdatum 2013-07-09
Betyg 3.83/5 Totalt 6 Betyg
Utvecklare Ian Martorell
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Sessions",
    "description": "This extension lets the user manage multiple sessions of open tabs.",
    "version": "1.1.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}