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.

Co je Open link in this tab?

Open link in this tab je rozšíření Chrome vyvinuté https://wis.am, a jeho hlavní funkcí je „Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Open link in this tab

Stáhněte si soubory rozšíření Open link in this tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Open link in this tab Open link in this tab
ID mgekbifamjphaakikmkphlpnlodeacnp
Oficiální URL https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp
Popis Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
Velikost souboru 11.94 KB
Počet instalací 83
Aktuální Verze 1.0
Poslední Aktualizace 2021-08-24
Datum Vydání 2021-08-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://wis.am
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://wis.am/browser-extensions/open-link-in-this-tab
URL Stránky Nápovědy https://wis.am/browser-extensions/open-link-in-this-tab
Podporované Jazyky 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"
    }
}