Quick Tab Switcher
Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…
什麼是Quick Tab Switcher?
Quick Tab Switcher是由me1hi0r開發的Chrome擴展程式,該擴展的主要功能是“Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…”。
擴展截圖
下載Quick Tab Switcher擴展crx文件
下載Quick Tab Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome web browser. Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs.
擴展基本資訊
名稱 | Quick Tab Switcher |
ID | piinjokkgkfeaeaphgconmhgblfjklmc |
官方網址 | https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc |
簡介 | Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome… |
檔案大小 | 20.6 KB |
安裝次數 | 45 |
目前版本 | 0.0.4 |
更新時間 | 2015-08-27 |
上架時間 | 2015-08-27 |
評分 | 4.00/5 共 4 次評分 |
開發者 | me1hi0r |
付費類型 | free |
擴展官網 | https://github.com/sl0ki/tab-switcher |
說明頁面URL | https://github.com/sl0ki/tab-switcher |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Tab Switcher", "description": "", "version": "0.0.4", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "commands": { "open_tabs_window": { "suggested_key": { "default": "Ctrl+I", "mac": "Command+I" }, "description": "Open Tab Switcher" } } } |