MRU Tab Toggle
Makes switching tabs manageable even when many are open!
Что такое MRU Tab Toggle?
MRU Tab Toggle - это расширение Chrome, разработанное ben.borchard, и его основная функция - "Makes switching tabs manageable even when many are open!".
Снимки экрана расширения
Скачать файл CRX расширения MRU Tab Toggle
Скачайте файлы расширений MRU Tab Toggle в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a fairly simple extension that allows you to navigate through your tabs in the same way you navigate through your windows when you use the Alt-Tab functionality. The shortcuts need to be set using the keyboard shortcuts link on the chrome extension dashboard and can be changed depending on your preference. This is helpful if you would like to have many tabs open but be able to switch between only a couple that you happen to be using quickly and easily.
Основная информация о расширении
Название | |
ID | ffnhjdgocgbpgnhkeamobligjppaacho |
Официальный URL | https://chromewebstore.google.com/detail/mru-tab-toggle/ffnhjdgocgbpgnhkeamobligjppaacho |
Описание | Makes switching tabs manageable even when many are open! |
Размер файла | 103 KB |
Количество установок | 10 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-05-28 |
Дата публикации | 2015-05-28 |
Рейтинг | 1.67/5 Всего 3 оценок |
Разработчик | ben.borchard |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ben-borchard/ChromeExtensions/tree/master/MostRecentlyUsedTabs/src |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MRU Tab Toggle", "description": "Makes switching tabs manageable even when many are open!", "version": "1.0", "background": { "page": "html\/background.html", "persistent": false }, "content_scripts": [ { "matches": [ " |