Switch Last Tabs
Use the shortcut
什麼是Switch Last Tabs?
Switch Last Tabs是由Or Schiro開發的Chrome擴展程式,該擴展的主要功能是“Use the shortcut
擴展截圖
下載Switch Last Tabs擴展crx文件
下載Switch Last Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can modify the shortcut by opening the following URL: chrome://extensions/shortcuts
擴展基本資訊
名稱 | Switch Last Tabs |
ID | odhjcgnlbagjllfbilicalpigimhdcll |
官方網址 | https://chromewebstore.google.com/detail/switch-last-tabs/odhjcgnlbagjllfbilicalpigimhdcll |
簡介 | Use the shortcut |
檔案大小 | 61.9 KB |
安裝次數 | 4,256 |
目前版本 | 49 |
更新時間 | 2024-02-28 |
上架時間 | 2020-05-30 |
評分 | 4.33/5 共 265 次評分 |
開發者 | Or Schiro |
電子郵箱 | [email protected] |
付費類型 | in_app |
說明頁面URL | https://github.com/orschiro/AltQ/issues |
支援的語言 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": [], "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "49", "manifest_version": 3, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Q", "windows": "Alt+Q", "mac": "Alt+Q", "chromeos": "Alt+Q", "linux": "Alt+Q" } } }, "permissions": [ "storage", "offscreen" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } |