Switch between recent tabs (MRU tabs switch)
Use a keyboard shortcut to switch between two most recent tabs.
Что такое Switch between recent tabs (MRU tabs switch)?
Switch between recent tabs (MRU tabs switch) - это расширение Chrome, разработанное ilyachase, и его основная функция - "Use a keyboard shortcut to switch between two most recent tabs.".
Снимки экрана расширения
Скачать файл CRX расширения Switch between recent tabs (MRU tabs switch)
Скачайте файлы расширений Switch between recent tabs (MRU tabs switch) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
By default, the hotkey is Alt+Q (⌥Q on Mac) but can be configured by accessing the following URL: chrome://extensions/shortcuts Please, take note that it's not possible to use existing Chrome hotkeys on this page. If you still want to set e.g. Ctrl+Tab as a hotkey, you have to change the Chrome settings file. On Windows: Press Win+R and execute "notepad %LOCALAPPDATA%\Google\Chrome\User Data\Default\Preferences". On Ubuntu: gedit ~/.config/google-chrome/Default/Preferences Then change all occurrences of Alt+Q to Ctrl+Tab Important: if you're using Google account sync, disable settings synchronization. Otherwise, Chrome will be overriding the changed hotkey on each restart. If the above way doesn't work for you, follow the instructions on this Gist: https://gist.github.com/ilyachase/49c7a6d1aa543d16568520560cfaf226
Основная информация о расширении
Название | Switch between recent tabs (MRU tabs switch) |
ID | jceaicinopjaoknlhdfdjileacogogep |
Официальный URL | https://chromewebstore.google.com/detail/switch-between-recent-tab/jceaicinopjaoknlhdfdjileacogogep |
Описание | Use a keyboard shortcut to switch between two most recent tabs. |
Размер файла | 76.57 KB |
Количество установок | 694 |
Текущая Версия | 1.3 |
Последнее Обновление | 2024-03-02 |
Дата публикации | 2021-11-14 |
Рейтинг | 4.64/5 Всего 14 оценок |
Разработчик | ilyachase |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "commands": { "inject-script": { "suggested_key": "Alt+Q", "description": "Switch to the previous tab" } } } |