1-Click URL Opener

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

Was ist 1-Click URL Opener?

1-Click URL Opener ist eine Chrome-Erweiterung, die von BitSec entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to open all the URLs that you want with the click of 1 button".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

1-Click URL Opener-Erweiterungs-CRX-Datei herunterladen

Laden Sie 1-Click URL Opener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        *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!                    

Grundlegende Informationen zur Erweiterung

Name 1-Click URL Opener 1-Click URL Opener
ID kkenoklmdaacpakcpblcpegmadkeejep
Offizielle URL https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep
Beschreibung This extension allows you to open all the URLs that you want with the click of 1 button
Dateigröße 12.05 KB
Installationsanzahl 181
Aktuelle Version 1.4.3
Letztes Update 2018-01-07
Veröffentlichungsdatum 2018-01-07
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler BitSec
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}