Right Click Opens Link in a Background Tab
Right clicking a link opens the link in a new background tab.
Cos'è Right Click Opens Link in a Background Tab?
Right Click Opens Link in a Background Tab è un'estensione di Chrome sviluppata da Etheryte, e la sua funzione principale è "Right clicking a link opens the link in a new background tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Right Click Opens Link in a Background Tab
Scarica i file di estensione Right Click Opens Link in a Background 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
This extension makes right clicking on links open the link in a new background tab. In short, the same behavior as middle mouse click or Cmd + Click on a link, but for the right mouse button. This makes opening links in new tabs a breeze on modern trackpads, where gestures already allow you to do most navigation operations without ever needing your keyboard. This extension requires the following permissions: - Access to your tabs. This is required to add new tabs in the correct order. - Access to all pages. This is required to listen for right clicks on links. This extension does not gather any sort of analytics, tracking, or other such information.
Informazioni di Base sull'Estensione
Nome | Right Click Opens Link in a Background Tab |
ID | njboaameemdigbgpphlidpdcdjmkhfjm |
URL Ufficiale | https://chromewebstore.google.com/detail/right-click-opens-link-in/njboaameemdigbgpphlidpdcdjmkhfjm |
Descrizione | Right clicking a link opens the link in a new background tab. |
Dimensione del File | 25.01 KB |
Conteggio Installazioni | 988 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2024-01-05 |
Data di Pubblicazione | 2023-01-04 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | Etheryte |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Etheryte/right-click-opens-link-in-a-background-tab |
URL della Pagina di Aiuto | https://github.com/Etheryte/right-click-opens-link-in-a-background-tab/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right Click Opens Link in a Background Tab", "description": "Right clicking a link opens the link in a new background tab.", "version": "1.2", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |