Open Links in Tabs

URLs entered in a form are opened in tabs.

Was ist Open Links in Tabs?

Open Links in Tabs ist eine Chrome-Erweiterung, die von https://managedkaos.com entwickelt wurde, und ihr Hauptmerkmal ist "URLs entered in a form are opened in tabs.".

Erweiterungsscreenshots

screenshot

Open Links in Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open Links in Tabs-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 Links in Tabs does just what the name says.  Click the icon to activate the extension.  In the form that pops up, type or paste in as many URLs as you like.  Each one will be opened in a new tab.

All URLs entered must be valid.  Valid URLs are links like "http://example.com", and "example.com".  

Bad URLs are single word links (no .com, .net, etc..) and links with spaces.  These are bad links: "example", "my example.com".

Open Links in Tabs is a free extension that runs right from your computer.  It dosen't redirect you to a website that opens links for you; the links are opened right from the Chrome browser itself.

We hope you enjoy using this simple but effective extension!                    

Grundlegende Informationen zur Erweiterung

Name Open Links in Tabs Open Links in Tabs
ID jlgojbammkhdbbohlihccohgbaccgpbm
Offizielle URL https://chromewebstore.google.com/detail/open-links-in-tabs/jlgojbammkhdbbohlihccohgbaccgpbm
Beschreibung URLs entered in a form are opened in tabs.
Dateigröße 111 KB
Installationsanzahl 5,323
Aktuelle Version 2022.1.2
Letztes Update 2022-01-04
Veröffentlichungsdatum 2020-05-25
Bewertung 3.82/5 Insgesamt 11 Bewertungen
Entwickler https://managedkaos.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/managedkaos/open-links-in-tabs
Hilfeseite URL https://github.com/managedkaos/open-links-in-tabs/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Links in Tabs",
    "version": "2022.1.2",
    "author": "Managed Kaos",
    "homepage_url": "https:\/\/github.com\/managedkaos\/open-links-in-tabs",
    "description": "URLs entered in a form are opened in tabs.",
    "icons": {
        "16": "folder-blue-16.png",
        "48": "folder-blue-48.png",
        "128": "folder-blue-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "folder-blue-16.png",
            "38": "folder-blue-48.png"
        },
        "default_title": "Open Links in Tabs",
        "default_popup": "popup.html"
    }
}