Multiple URL Opener

OPEN MULTIPLE URLs AT ONCE

Was ist Multiple URL Opener?

Multiple URL Opener ist eine Chrome-Erweiterung, die von callsmaster entwickelt wurde, und ihr Hauptmerkmal ist "OPEN MULTIPLE URLs AT ONCE".

Erweiterungsscreenshots

screenshot
screenshot

Multiple URL Opener-Erweiterungs-CRX-Datei herunterladen

Laden Sie Multiple 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

                        Multiple URL Opener simply takes a list of web pages/URLs in plain-text format and opens all the links in new tabs. All you have to do is paste the list of the links in the text area of the Multiple URL opener. Furthermore, you need to enter one URL per line and select “OPEN URLs,” which will simultaneously open all the entered links in new tabs. This extension either opens all the links in different tabs or different windows, depending on what you select.

This free and user-friendly tool makes it easy for you to open multiple links at once. Using the Multiple URL Opener extension, you can open multiple links together and save your crucial time.

FEATURES -

Open All The Links At Once
All you have to do is paste all the URLs you want to open in the text area. This easy-to-use tool will automatically open all the links together at once within seconds.

Opens Multiple URLs In New Tabs
This is a free tool that opens all the entered links in new tabs in the existing window at once. You can select “OPEN URLs” upon entering all the links in the text area to open all links in the current window.

Opens Multiple URLs In New Window
This extension provides you with the option of opening all the URLs in a new window as well. You can select “OPEN URLs IN NEW WINDOW’ upon entering all the links to open them in a new window.

Works For Without Scheme Links
You get this very useful feature where you can skip and enter URLs without the protocol part for http://. You can enter only the main part and it will still open all your links. For instance, you can enter “example.com” in the text area and it will automatically translate it to “http://example.com/”.

Copy All The Links
You also get the fantastic feature of copying all the links from the text area in just one click. All you have to do is click the “COPY” button, and it will copy all the URLs present in the text area to your clipboard.

Paste All The Links
Similar to the copying feature, you also get to paste multiple links at once. You can paste a list of links you want to open at once by clicking the “PASTE” button in the text area.

No Hassle Of Signing Up
Using this extension is a matter of seconds. There is no struggle of signing up or creating an account. Simply install the Multiple URL Opener extension and save your vital time by using it or bulk open your links.

100% Security Guaranteed
Your URLs and data are safe as this extension does not store any of your URLs. We care about the privacy of your data as much as you do. Hence, there is complete safety in using this extension.                    

Grundlegende Informationen zur Erweiterung

Name Multiple URL Opener Multiple URL Opener
ID bbhhchfnjjikeilgbflmpgneligkoccb
Offizielle URL https://chrome.google.com/webstore/detail/multiple-url-opener/bbhhchfnjjikeilgbflmpgneligkoccb
Beschreibung OPEN MULTIPLE URLs AT ONCE
Dateigröße 31.54 KB
Installationsanzahl 387
Aktuelle Version 0.0.2
Letztes Update 2021-12-07
Veröffentlichungsdatum 2021-12-04
Bewertung 4.74/5 Insgesamt 38 Bewertungen
Entwickler callsmaster
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen de,en,en-GB,en-US,fr,nl,da,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.2",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/128.png"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "clipboardRead"
    ]
}