TabAddict
A light-weight session saver.
Co to jest TabAddict?
TabAddict to rozszerzenie Chrome opracowane przez Peter Nelson, a jego główną funkcją jest „A light-weight session saver.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TabAddict
Pobierz pliki rozszerzeń TabAddict 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
                        Do you have 50+ tabs open at any given time? Do you fly into a rage when someone closes your browser? You may be a tab addict. Get relief with this session management extension.
TabAddict allows you to...
  * Capture the current session--urls, in plain text format
  * Annotate sessions--keep track of what you were doing
  * Open saved sessions--it's as simple as drag and drop
  * Stay in control--your data can't get lost in the cloud                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | opkihdncekmggmhjbdkmnlelgmlemlmd | 
| Oficjalny URL | https://chromewebstore.google.com/detail/tabaddict/opkihdncekmggmhjbdkmnlelgmlemlmd | 
| Opis | A light-weight session saver. | 
| Rozmiar pliku | 59.01 KB | 
| Liczba instalacji | 21 | 
| Aktualna Wersja | 1.1 | 
| Ostatnia Aktualizacja | 2012-09-18 | 
| Data Publikacji | 2012-09-18 | 
| Ocena | 4.00/5 Łącznie 1 Oceny | 
| Deweloper | Peter Nelson | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | en-US | 
| manifest.json | |
 {
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabAddict",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A light-weight session saver.",
    "browser_action": {
        "default_icon": "icon.png",
        "dnd": "dnd.html",
        "launch": "launch.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "homepage_url": "http:\/\/peterthenelson.com\/tabaddict\/"
}  |  |