Opens external links in a new tab

Opens external links in a new tab

What is Opens external links in a new tab?

Opens external links in a new tab is a Chrome extension developed by Celtis Ltd, and its main feature is "Opens external links in a new tab".

Extension Screenshots

screenshot
screenshot

Download Opens external links in a new tab Extension CRX File

Download Opens external links in a new tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Opens external links in a new tab Opens external links in a new tab
ID dmcplcjakmobkeanofhphpjecbpjicka
Official URL https://chromewebstore.google.com/detail/opens-external-links-in-a/dmcplcjakmobkeanofhphpjecbpjicka
Description Opens external links in a new tab
File Size 28.99 KB
Installation Count 1,145
Current Version 1.0
Last Updated 2015-08-21
Publish Date 2015-08-21
Rating 2.67/5 Total 12 Ratings
Developer Celtis Ltd
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}