Tabs Navigator
This extension provides list of all tabs and easy navigaiton within tabs.
Hvad er Tabs Navigator?
Tabs Navigator er en Chrome-udvidelse udviklet af anjali.tulsyan, og dens hovedfunktion er "This extension provides list of all tabs and easy navigaiton within tabs.".
Udvidelsesskærmbilleder
Download Tabs Navigator-udvidelses-CRX-fil
Download Tabs Navigator-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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | knocogeijdfjgppaloipnpchgalcmphe |
| Officiel URL | https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe |
| Beskrivelse | This extension provides list of all tabs and easy navigaiton within tabs. |
| Filstørrelse | 63.29 KB |
| Antal Installationer | 32 |
| Nuværende Version | 2.1 |
| Senest Opdateret | 2017-09-21 |
| Udgivelsesdato | 2017-09-21 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | anjali.tulsyan |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |