Open Links in Tabs

URLs entered in a form are opened in tabs.

Qu'est-ce que Open Links in Tabs ?

Open Links in Tabs est une extension Chrome développée par https://managedkaos.com, et sa fonction principale est "URLs entered in a form are opened in tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open Links in Tabs

Téléchargez les fichiers d'extension Open Links in Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Open Links in Tabs Open Links in Tabs
ID jlgojbammkhdbbohlihccohgbaccgpbm
URL Officiel https://chromewebstore.google.com/detail/open-links-in-tabs/jlgojbammkhdbbohlihccohgbaccgpbm
Description URLs entered in a form are opened in tabs.
Taille du Fichier 111 KB
Nombre d'Installations 5,323
Version Actuelle 2022.1.2
Dernière Mise à Jour 2022-01-04
Date de Publication 2020-05-25
Évaluation 3.82/5 Total 11 Évaluations
Développeur https://managedkaos.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/managedkaos/open-links-in-tabs
URL de la Page d'Aide https://github.com/managedkaos/open-links-in-tabs/issues
Langues Prises en Charge 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"
    }
}