wquicktabs
Quick search through your tabs
什么是wquicktabs?
wquicktabs是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Quick search through your tabs”。
扩展截图
下载wquicktabs扩展crx文件
下载wquicktabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly filter, find and move across all your tabs from all windows. Activate it by clicking on the icon or by key bindings MAC: Command + Shift + L | WINDOWS: Ctrl + Shift + L 扩展基本信息
| 名称 | |
| ID | jiapgndgdeanmlddflmlldnnkfojgieb |
| 官方URL | https://chromewebstore.google.com/detail/wquicktabs/jiapgndgdeanmlddflmlldnnkfojgieb |
| 简介 | Quick search through your tabs |
| 文件大小 | 308 KB |
| 安装次数 | 137 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2018-12-04 |
| 上架时间 | 2018-12-04 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | http://wquicktabs.com |
| 帮助页面URL | http://wquicktabs.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "wquicktabs",
"description": "Quick search through your tabs",
"version": "1.0.1",
"manifest_version": 2,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "wquicktabs",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
},
"permissions": [
"tabs",
"history",
"storage"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Ctrl+Shift+L"
}
}
}
} | |