WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Link in Current Tab

Link in Current Tab

View on Chrome Web Store
View Link in Current Tab Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (7 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Force all links to be opened in current tab instead of the new one
Type
Extension
Users
578 users
17
SAGAN
View author page of SAGAN
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 4, 2016
Version 1.0.12
Manifest version
3
Updated
Updated on January 23, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Link in Current Tab Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link in Current Tab",
    "description": "Force all links to be opened in current tab instead of the new one",
    "version": "1.0.12",
    "author": "Jacques De SAGAN",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top