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.
Was ist Open link in this tab?
Open link in this tab ist eine Chrome-Erweiterung, die von https://wis.am entwickelt wurde, und ihr Hauptmerkmal ist "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".
Erweiterungsscreenshots
Open link in this tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open link in this tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
Offizielle URL | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
Beschreibung | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
Dateigröße | 11.94 KB |
Installationsanzahl | 83 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-08-24 |
Veröffentlichungsdatum | 2021-08-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://wis.am |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://wis.am/browser-extensions/open-link-in-this-tab |
Hilfeseite URL | https://wis.am/browser-extensions/open-link-in-this-tab |
Unterstützte Sprachen | 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" } } |