Quick Switch
This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.
什麼是Quick Switch?
Quick Switch是由mhenry1384開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.”。
擴展截圖
下載Quick Switch擴展crx文件
下載Quick Switch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is intended to be launched via a global keyboard shortcut. Then from any application on your computer, hit that shortcut and then another key to make a particular pinned tab active. To set the global hotkey, click the Keyboard shortcuts link in Chrome's Extensions screen. In the box next to "Popup Quick Switch" set the hotkey, then set the dropdown to "Global". If you are running Chrome under multiple user profiles, you will have to install the extension on each profile (and assign a different global hotkey for each). Permissions: Requires access to the current tab information, which Chrome reports as "read your browser history". It does not actually read your browser history.
擴展基本資訊
名稱 | |
ID | pliiecepjdknmcninijkgcboekaomphi |
官方網址 | https://chromewebstore.google.com/detail/quick-switch/pliiecepjdknmcninijkgcboekaomphi |
簡介 | This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window. |
檔案大小 | 301 KB |
安裝次數 | 43 |
目前版本 | 1.1 |
更新時間 | 2014-09-24 |
上架時間 | 2014-09-24 |
評分 | 1.00/5 共 1 次評分 |
開發者 | mhenry1384 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "name": "Quick Switch", "description": "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.", "version": "1.1", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html?modal=true" }, "permissions": [ "tabs" ], "commands": { "popup-quick-search": { "description": "Popup Quick Switch", "suggested_key": { "default": "Ctrl+1" } } } } |