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.

Wat is Open link in this tab?

Open link in this tab is een Chrome-extensie ontwikkeld door https://wis.am, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open link in this tab

Download Open link in this tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Open link in this tab Open link in this tab
ID mgekbifamjphaakikmkphlpnlodeacnp
Officiële URL https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp
Beschrijving Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
Bestandsgrootte 11.94 KB
Aantal Installaties 83
Huidige Versie 1.0
Laatst Bijgewerkt 2021-08-24
Publicatiedatum 2021-08-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://wis.am
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wis.am/browser-extensions/open-link-in-this-tab
Help Pagina-URL https://wis.am/browser-extensions/open-link-in-this-tab
Ondersteunde Talen 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"
    }
}