Tabs Navigator
This extension provides list of all tabs and easy navigaiton within tabs.
Vad är Tabs Navigator?
Tabs Navigator är en Chrome-tillägg utvecklad av anjali.tulsyan, och dess huvudfunktion är "This extension provides list of all tabs and easy navigaiton within tabs.".
Tilläggsskärmbilder
Ladda ner Tabs Navigator-förlängningens CRX-fil
Ladda ner Tabs Navigator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | knocogeijdfjgppaloipnpchgalcmphe |
| Officiell webbadress | https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe |
| Beskrivning | This extension provides list of all tabs and easy navigaiton within tabs. |
| Filstorlek | 63.29 KB |
| Antal Installationer | 32 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2017-09-21 |
| Publiceringsdatum | 2017-09-21 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | anjali.tulsyan |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |