Tabs Navigator
This extension provides list of all tabs and easy navigaiton within tabs.
Qu'est-ce que Tabs Navigator ?
Tabs Navigator est une extension Chrome développée par anjali.tulsyan, et sa fonction principale est "This extension provides list of all tabs and easy navigaiton within tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabs Navigator
Téléchargez les fichiers d'extension Tabs Navigator 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
Currently, this extension enlists all tabs bifurcated by windows(to which particular window they belong). From that interface, it provides quick or one-click navigation among tabs though belonging to different to window. Along with that individual tab and individual window features.
Informations de Base sur l'Extension
Nom | Tabs Navigator |
ID | knocogeijdfjgppaloipnpchgalcmphe |
URL Officiel | https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe |
Description | This extension provides list of all tabs and easy navigaiton within tabs. |
Taille du Fichier | 63.29 KB |
Nombre d'Installations | 32 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2017-09-21 |
Date de Publication | 2017-09-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | anjali.tulsyan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Navigator", "short_name": "Tabs Nav", "description": "This extension provides list of all tabs and easy navigaiton within tabs.", "version": "2.1", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |