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.

Hvad er Open link in this tab?

Open link in this tab er en Chrome-udvidelse udviklet af https://wis.am, og dens hovedfunktion er "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".

Udvidelsesskærmbilleder

screenshot

Download Open link in this tab-udvidelses-CRX-fil

Download Open link in this tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Open link in this tab Open link in this tab
ID mgekbifamjphaakikmkphlpnlodeacnp
Officiel URL https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp
Beskrivelse Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
Filstørrelse 11.94 KB
Antal Installationer 83
Nuværende Version 1.0
Senest Opdateret 2021-08-24
Udgivelsesdato 2021-08-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://wis.am
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://wis.am/browser-extensions/open-link-in-this-tab
Hjælpeside-URL https://wis.am/browser-extensions/open-link-in-this-tab
Understøttede Sprog 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"
    }
}