Opens external links in a new tab

Opens external links in a new tab

Wat is Opens external links in a new tab?

Opens external links in a new tab is een Chrome-extensie ontwikkeld door Celtis Ltd, en de belangrijkste functie is "Opens external links in a new tab".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Opens external links in a new tab

Download Opens external links in a new tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This small extension converts all external links to be opened in a new tab.

This simple, but useful functionality was inspired by some famous collaboration web sites where by default external links are opened in the same window and it cannot be changed.                    

Basisinformatie over de Extensie

Naam Opens external links in a new tab Opens external links in a new tab
ID dmcplcjakmobkeanofhphpjecbpjicka
Officiële URL https://chromewebstore.google.com/detail/opens-external-links-in-a/dmcplcjakmobkeanofhphpjecbpjicka
Beschrijving Opens external links in a new tab
Bestandsgrootte 28.99 KB
Aantal Installaties 1,145
Huidige Versie 1.0
Laatst Bijgewerkt 2015-08-21
Publicatiedatum 2015-08-21
Beoordeling 2.67/5 Totaal 12 Beoordelingen
Ontwikkelaar Celtis Ltd
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opens external links in a new tab",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Opens external links in a new tab",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/targetFixer.js"
            ]
        }
    ]
}