Right Click Tab Navigation
Right Click Tab Navigation
Hvad er Right Click Tab Navigation?
Right Click Tab Navigation er en Chrome-udvidelse udviklet af https://dannybierek.com, og dens hovedfunktion er "Right Click Tab Navigation".
Udvidelsesskærmbilleder
Download Right Click Tab Navigation-udvidelses-CRX-fil
Download Right Click Tab Navigation-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
Adds these useful tab navigation options to the right click context menu: Previous Tab Next Tab Fullscreen New Tab Duplicate Tab Close Tab
Grundlæggende oplysninger om udvidelsen
Navn | Right Click Tab Navigation |
ID | jmpnonghnooannlmnfmdifefblfmnhlk |
Officiel URL | https://chromewebstore.google.com/detail/right-click-tab-navigatio/jmpnonghnooannlmnfmdifefblfmnhlk |
Beskrivelse | Right Click Tab Navigation |
Filstørrelse | 30.62 KB |
Antal Installationer | 1,724 |
Nuværende Version | 1.5 |
Senest Opdateret | 2021-03-14 |
Udgivelsesdato | 2016-08-26 |
Bedømmelse | 4.53/5 Samlet 19 Bedømmelser |
Udvikler | https://dannybierek.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right Click Tab Navigation", "description": "Right Click Tab Navigation", "version": "1.5", "manifest_version": 3, "background": { "service_worker": "rctn.js" }, "permissions": [ "contextMenus" ], "icons": { "16": "rctn-icon16.png", "32": "rctn-icon32.jpg", "48": "rctn-icon48.jpg", "128": "rctn-icon128.jpg" } } |