1-Click URL Opener

This extension allows you to open all the URLs that you want with the click of 1 button

Co to jest 1-Click URL Opener?

1-Click URL Opener to rozszerzenie Chrome opracowane przez BitSec, a jego główną funkcją jest „This extension allows you to open all the URLs that you want with the click of 1 button”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 1-Click URL Opener

Pobierz pliki rozszerzeń 1-Click URL Opener 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 all the URLs you want with the click of 1 button!*

Do you have a lot of websites you want to visit everyday? You can now do that with the click of 1 button!

Why choose 1-Click URL Opener?
- It's easy! (ezpz)
- It's fast! (2fast4u)
- It's handy! (handy-dandy)

Download this extension today!                    

Podstawowe informacje o rozszerzeniu

Nazwa 1-Click URL Opener 1-Click URL Opener
ID kkenoklmdaacpakcpblcpegmadkeejep
Oficjalny URL https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep
Opis This extension allows you to open all the URLs that you want with the click of 1 button
Rozmiar pliku 12.05 KB
Liczba instalacji 181
Aktualna Wersja 1.4.3
Ostatnia Aktualizacja 2018-01-07
Data Publikacji 2018-01-07
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper BitSec
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": "1-Click URL Opener",
    "description": "This extension allows you to open all the URLs that you want with the click of 1 button",
    "version": "1.4.3",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon_32.png"
    },
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}