Batch Open Tabs

A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…

Co to jest Batch Open Tabs?

Batch Open Tabs to rozszerzenie Chrome opracowane przez Steven Tucci, a jego główną funkcją jest „A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Batch Open Tabs

Pobierz pliki rozszerzeń Batch Open 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

                        A chrome extension to batch open a group of urls into multiple tabs.
Create a group of urls and click on the group url to open all of them in one shot.

Useful for when you open your browser and want to open all of your sites in one shot.                    

Podstawowe informacje o rozszerzeniu

Nazwa Batch Open Tabs Batch Open Tabs
ID dhlpdmccgohghiggecndfompkibjiegf
Oficjalny URL https://chromewebstore.google.com/detail/batch-open-tabs/dhlpdmccgohghiggecndfompkibjiegf
Opis A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…
Rozmiar pliku 46.82 KB
Liczba instalacji 160
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Steven Tucci
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batch Open Tabs",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}