Opens external links in a new tab

Opens external links in a new tab

Co je Opens external links in a new tab?

Opens external links in a new tab je rozšíření Chrome vyvinuté Celtis Ltd, a jeho hlavní funkcí je „Opens external links in a new tab“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Opens external links in a new tab

Stáhněte si soubory rozšíření Opens external links in a new tab 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í

                        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.                    

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

Název Opens external links in a new tab Opens external links in a new tab
ID dmcplcjakmobkeanofhphpjecbpjicka
Oficiální URL https://chromewebstore.google.com/detail/opens-external-links-in-a/dmcplcjakmobkeanofhphpjecbpjicka
Popis Opens external links in a new tab
Velikost souboru 28.99 KB
Počet instalací 1,145
Aktuální Verze 1.0
Poslední Aktualizace 2015-08-21
Datum Vydání 2015-08-21
Hodnocení 2.67/5 Celkem 12 Hodnocení
Vývojář Celtis Ltd
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}