open multi tabs

open multi tabs from urls separated by spaces or tabs or new lines

Co to jest open multi tabs?

open multi tabs to rozszerzenie Chrome opracowane przez http://withcat.net, a jego główną funkcją jest „open multi tabs from urls separated by spaces or tabs or new lines”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia open multi tabs

Pobierz pliki rozszerzeń open multi 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

                        open multi tabs from urls separated by spaces or tabs or new lines                    

Podstawowe informacje o rozszerzeniu

Nazwa open multi tabs open multi tabs
ID jljmfncehhnfcokceopodljhfdmenjjh
Oficjalny URL https://chrome.google.com/webstore/detail/open-multi-tabs/jljmfncehhnfcokceopodljhfdmenjjh
Opis open multi tabs from urls separated by spaces or tabs or new lines
Rozmiar pliku 206 KB
Liczba instalacji 291
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-01-15
Data Publikacji 2014-01-15
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper http://withcat.net
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "open multi tabs",
    "description": "open multi tabs from urls separated by spaces or tabs or new lines",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "open multi tabs",
        "default_icon": "images\/add_link-128.png",
        "default_popup": "views\/feed.html"
    },
    "icons": {
        "128": "images\/add_link-128.png"
    }
}