Save Tabs

Save your opened tabs as json or plain text

Co to jest Save Tabs?

Save Tabs to rozszerzenie Chrome opracowane przez robeeeert, a jego główną funkcją jest „Save your opened tabs as json or plain text”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Save Tabs

Pobierz pliki rozszerzeń Save Tabs 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

                        Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text.

Currently, it includes the following features:

- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name

Specials:

- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server                    

Podstawowe informacje o rozszerzeniu

Nazwa Save Tabs Save Tabs
ID ikpopifiapnnnoggbmhhnnaiiaehnfel
Oficjalny URL https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel
Opis Save your opened tabs as json or plain text
Rozmiar pliku 12.91 KB
Liczba instalacji 160
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2017-04-23
Data Publikacji 2017-04-23
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper robeeeert
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/robeeeert/chrome-save-tabs
Adres URL Strony Pomocy https://github.com/robeeeert/chrome-save-tabs/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs",
    "description": "Save your opened tabs as json or plain text",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}