Peek-a-tab, Tabs Manager for Google Chrome™
Search, preview, jump across, and close tabs quickly in your chrome browser.
什么是Peek-a-tab, Tabs Manager for Google Chrome™?
Peek-a-tab, Tabs Manager for Google Chrome™是由Pramjeet Ahlawat开发的Chrome扩展程序,该扩展的主要功能是“Search, preview, jump across, and close tabs quickly in your chrome browser.”。
扩展截图
下载Peek-a-tab, Tabs Manager for Google Chrome™扩展crx文件
下载Peek-a-tab, Tabs Manager for Google Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you have a lot of tabs opened in your browser and find it cumbersome to manage them? well here is the solution. Some points: * Use Alt+Space (Option+Space for mac) to get a list of all the tabs from all the windows. * Search in the title & url to quickly get the tab you want. * Preview a tab on mouse hover or on click. * Jump across between tabs quickly, even in different windows. * Close unnecessary tabs quickly. This extension's source code is available here: https://github.com/pramjeet/peek-a-tab
扩展基本信息
名称 | Peek-a-tab, Tabs Manager for Google Chrome™ |
ID | nnpdamdaknpnohmlbnmgphiodghbohop |
官方URL | https://chromewebstore.google.com/detail/peek-a-tab-tabs-manager-f/nnpdamdaknpnohmlbnmgphiodghbohop |
简介 | Search, preview, jump across, and close tabs quickly in your chrome browser. |
文件大小 | 134 KB |
安装次数 | 8,340 |
当前版本 | 1.5.6 |
更新时间 | 2019-07-27 |
上架时间 | 2019-07-26 |
评分 | 4.36/5 共181次评分 |
开发者 | Pramjeet Ahlawat |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Peek-a-tab, Tabs Manager for Google Chrome\u2122", "description": "Search, preview, jump across, and close tabs quickly in your chrome browser.", "version": "1.5.6", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "offline_enabled": true, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Space", "mac": "Alt+Space", "chromeos": "Alt+Space", "linux": "Alt+Space" } } } } |