Tabs Navigator
This extension provides list of all tabs and easy navigaiton within tabs.
Что такое Tabs Navigator?
Tabs Navigator - это расширение Chrome, разработанное anjali.tulsyan, и его основная функция - "This extension provides list of all tabs and easy navigaiton within tabs.".
Снимки экрана расширения
Скачать файл CRX расширения Tabs Navigator
Скачайте файлы расширений Tabs Navigator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Tabs Navigator |
ID | knocogeijdfjgppaloipnpchgalcmphe |
Официальный URL | https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe |
Описание | This extension provides list of all tabs and easy navigaiton within tabs. |
Размер файла | 63.29 KB |
Количество установок | 32 |
Текущая Версия | 2.1 |
Последнее Обновление | 2017-09-21 |
Дата публикации | 2017-09-21 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | anjali.tulsyan |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |