Open link in this tab
Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
What is Open link in this tab?
Open link in this tab is a Chrome extension developed by https://wis.am, and its main feature is "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".
Extension Screenshots
Download Open link in this tab Extension CRX File
Download Open link in this 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
Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.
Extension Basic Information
Name | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
Official URL | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
Description | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
File Size | 11.94 KB |
Installation Count | 83 |
Current Version | 1.0 |
Last Updated | 2021-08-24 |
Publish Date | 2021-08-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://wis.am |
[email protected] | |
Payment Type | free |
Extension Website | https://wis.am/browser-extensions/open-link-in-this-tab |
Help Page URL | https://wis.am/browser-extensions/open-link-in-this-tab |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in this tab", "author": "Wis [email protected]", "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab", "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/link16x16.png", "32": "icons\/link32x32.png", "48": "icons\/link48x48.png", "128": "icons\/link128x128.png" } } |