Right Click Tab Navigation
Right Click Tab Navigation
What is Right Click Tab Navigation?
Right Click Tab Navigation is a Chrome extension developed by https://dannybierek.com, and its main feature is "Right Click Tab Navigation".
Extension Screenshots
Download Right Click Tab Navigation Extension CRX File
Download Right Click Tab Navigation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds these useful tab navigation options to the right click context menu: Previous Tab Next Tab Fullscreen New Tab Duplicate Tab Close Tab
Extension Basic Information
Name | Right Click Tab Navigation |
ID | jmpnonghnooannlmnfmdifefblfmnhlk |
Official URL | https://chromewebstore.google.com/detail/right-click-tab-navigatio/jmpnonghnooannlmnfmdifefblfmnhlk |
Description | Right Click Tab Navigation |
File Size | 30.62 KB |
Installation Count | 1,724 |
Current Version | 1.5 |
Last Updated | 2021-03-14 |
Publish Date | 2016-08-26 |
Rating | 4.53/5 Total 19 Ratings |
Developer | https://dannybierek.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |