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.
Cos'è Open link in this tab?
Open link in this tab è un'estensione di Chrome sviluppata da https://wis.am, e la sua funzione principale è "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open link in this tab
Scarica i file di estensione Open link in this tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
URL Ufficiale | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
Descrizione | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
Dimensione del File | 11.94 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-08-24 |
Data di Pubblicazione | 2021-08-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://wis.am |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://wis.am/browser-extensions/open-link-in-this-tab |
URL della Pagina di Aiuto | https://wis.am/browser-extensions/open-link-in-this-tab |
Lingue Supportate | 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" } } |