Tab Nav
An extension that allows you to quickly search through your current active tabs.
Qu'est-ce que Tab Nav ?
Tab Nav est une extension Chrome développée par TabNav.Team, et sa fonction principale est "An extension that allows you to quickly search through your current active tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Nav
Téléchargez les fichiers d'extension Tab Nav au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Level up your browsing experience with Tab Nav. Tab Nav helps you managing tabs and improving productivity. (version 1.1.0) Features: • Search and filter tabs. • One-click navigate. • Closing tabs inside the popup window. • (Merge all) -- Merge all tabs into one window. • (Drag-and-drop) -- Drag-and-drop a tab to move its position or to another window. • (Selective merge) -- Right click to select tabs, and merge them into a separate window. • (Keyboard shortcut) -- Press Ctrl + M to quickly open popup window.
Informations de Base sur l'Extension
Nom | Tab Nav |
ID | hohloeilanpmnjpnabmlokcliaibcdjb |
URL Officiel | https://chromewebstore.google.com/detail/tab-nav/hohloeilanpmnjpnabmlokcliaibcdjb |
Description | An extension that allows you to quickly search through your current active tabs. |
Taille du Fichier | 2.45 MB |
Nombre d'Installations | 26 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2021-04-29 |
Date de Publication | 2019-06-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | TabNav.Team |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Nav", "version": "1.1.0", "description": "An extension that allows you to quickly search through your current active tabs.", "permissions": [ "declarativeContent", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/Black-Icon-16.png", "32": "images\/Black-Icon-32.png", "48": "images\/Black-Icon-48.png", "128": "images\/Black-Icon-128.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Open Tab-Search-Engine" } }, "icons": { "16": "images\/Black-Icon-16.png", "32": "images\/Black-Icon-32.png", "48": "images\/Black-Icon-48.png", "128": "images\/Black-Icon-128.png" }, "manifest_version": 2 } |