Open Multiple website

Open Multiple Links easily

Co to jest Open Multiple website?

Open Multiple website to rozszerzenie Chrome opracowane przez shubhankar1100, a jego główną funkcją jest „Open Multiple Links easily”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open Multiple website

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

                        There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc
To open each website in different tab is time consuming. So we will develop an extension which will automate this.
Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go.
We have to  just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open Multiple website Open Multiple website
ID hedfombeoifnnpoglealldolfkjdohec
Oficjalny URL https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec
Opis Open Multiple Links easily
Rozmiar pliku 23.79 KB
Liczba instalacji 115
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-03-25
Data Publikacji 2017-03-24
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper shubhankar1100
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 Multiple website",
    "description": "Open Multiple Links easily",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}