Tabs Saver

This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.

Co to jest Tabs Saver?

Tabs Saver to rozszerzenie Chrome opracowane przez Hashim Puthiyakath, a jego główną funkcją jest „This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tabs Saver

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

                        Tabs Saver is a utility extension for Chrome browser to save your open tabs as a collection, so you can restore them later quickly. 
If you have a bunch of websites that you open everyday, you may be opening them one after another. 
With Tabs Saver, you can save the websites or web pages as a collection and open them later with a single click.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tabs Saver Tabs Saver
ID iflhplolclcdpkfklodaakdipklpjlbc
Oficjalny URL https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc
Opis This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.
Rozmiar pliku 22.52 KB
Liczba instalacji 191
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-03-08
Data Publikacji 2021-03-07
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Hashim Puthiyakath
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Saver",
    "description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.",
    "permissions": [
        "tabs"
    ],
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "popup.png"
    }
}