Right Click Opens Link in a Background Tab
Right clicking a link opens the link in a new background tab.
Co je Right Click Opens Link in a Background Tab?
Right Click Opens Link in a Background Tab je rozšíření Chrome vyvinuté Etheryte, a jeho hlavní funkcí je „Right clicking a link opens the link in a new background tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Right Click Opens Link in a Background Tab
Stáhněte si soubory rozšíření Right Click Opens Link in a Background 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í
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.
Základní Informace o Rozšíření
Název | Right Click Opens Link in a Background Tab |
ID | njboaameemdigbgpphlidpdcdjmkhfjm |
Oficiální URL | https://chromewebstore.google.com/detail/right-click-opens-link-in/njboaameemdigbgpphlidpdcdjmkhfjm |
Popis | Right clicking a link opens the link in a new background tab. |
Velikost souboru | 25.01 KB |
Počet instalací | 988 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2024-01-05 |
Datum Vydání | 2023-01-04 |
Hodnocení | 4.50/5 Celkem 8 Hodnocení |
Vývojář | Etheryte |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Etheryte/right-click-opens-link-in-a-background-tab |
URL Stránky Nápovědy | https://github.com/Etheryte/right-click-opens-link-in-a-background-tab/issues |
Podporované Jazyky | 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": [ " |