Tab Switch
Easily switch between tabs by searching
什么是Tab Switch?
Tab Switch是由ckuijjer开发的Chrome扩展程序,该扩展的主要功能是“Easily switch between tabs by searching”。
扩展截图
下载Tab Switch扩展crx文件
下载Tab Switch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | jibghimhedaoojdpdianpomdmgdhogce |
官方URL | https://chromewebstore.google.com/detail/tab-switch/jibghimhedaoojdpdianpomdmgdhogce |
简介 | Easily switch between tabs by searching |
文件大小 | 73.75 KB |
安装次数 | 49 |
当前版本 | 0.0.51 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 5.00/5 共7次评分 |
开发者 | ckuijjer |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Switch", "version": "0.0.51", "manifest_version": 2, "description": "Easily switch between tabs by searching", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Tab Switch", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Open tab menu" }, "previous": { "description": "Switch to the previous tab" } }, "permissions": [ "tabs" ] } |