Tab Search
This extension can be used search through your open tabs and switch to it
什麼是Tab Search?
Tab Search是由Kazz Labs開發的Chrome擴展程式,該擴展的主要功能是“This extension can be used search through your open tabs and switch to it”。
擴展截圖
下載Tab Search擴展crx文件
下載Tab Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to sift through your tabs, search them and switch to a particular one. This is extremely useful if you find yourself opening up 100's of tabs everyday. Let me know what you think. Any feedback is appreciated. Keyboard shortcut to open the popup - Ctrl + Shift + K (windows) / Command + Shift + K (mac) Love the app? Donations accepted :) Paypal: [email protected] Update ------ Version 1.1: Added keyboard support. Scroll through your search using up and down arrow. Choose your tab by hitting enter key.
擴展基本資訊
名稱 | Tab Search |
ID | okenomppckiglcldganbmjogplekbnjc |
官方網址 | https://chromewebstore.google.com/detail/tab-search/okenomppckiglcldganbmjogplekbnjc |
簡介 | This extension can be used search through your open tabs and switch to it |
檔案大小 | 8.01 KB |
安裝次數 | 330 |
目前版本 | 1.1 |
更新時間 | 2016-04-15 |
上架時間 | 2016-04-15 |
評分 | 4.13/5 共 8 次評分 |
開發者 | Kazz Labs |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Search", "description": "This extension can be used search through your open tabs and switch to it", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Tab Search", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K", "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K" } } } } |