Multiple URL Opener

OPEN MULTIPLE URLs AT ONCE

Co je Multiple URL Opener?

Multiple URL Opener je rozšíření Chrome vyvinuté callsmaster, a jeho hlavní funkcí je „OPEN MULTIPLE URLs AT ONCE“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Multiple URL Opener

Stáhněte si soubory rozšíření Multiple URL Opener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Multiple URL Opener Multiple URL Opener
ID bbhhchfnjjikeilgbflmpgneligkoccb
Oficiální URL https://chrome.google.com/webstore/detail/multiple-url-opener/bbhhchfnjjikeilgbflmpgneligkoccb
Popis OPEN MULTIPLE URLs AT ONCE
Velikost souboru 31.54 KB
Počet instalací 387
Aktuální Verze 0.0.2
Poslední Aktualizace 2021-12-07
Datum Vydání 2021-12-04
Hodnocení 4.74/5 Celkem 38 Hodnocení
Vývojář callsmaster
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}