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)是由ilyachase開發的Chrome擴展程式,該擴展的主要功能是“Use a keyboard shortcut to switch between two most recent tabs.”。
擴展截圖
下載Switch between recent tabs (MRU tabs switch)擴展crx文件
下載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 |
官方網址 | 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" } } } |