Tabs Navigator
This extension provides list of all tabs and easy navigaiton within tabs.
Wat is Tabs Navigator?
Tabs Navigator is een Chrome-extensie ontwikkeld door anjali.tulsyan, en de belangrijkste functie is "This extension provides list of all tabs and easy navigaiton within tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabs Navigator
Download Tabs Navigator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Tabs Navigator |
ID | knocogeijdfjgppaloipnpchgalcmphe |
Officiële URL | https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe |
Beschrijving | This extension provides list of all tabs and easy navigaiton within tabs. |
Bestandsgrootte | 63.29 KB |
Aantal Installaties | 32 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2017-09-21 |
Publicatiedatum | 2017-09-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | anjali.tulsyan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |