Google Tab Select
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
什么是Google Tab Select?
Google Tab Select是由ssh开发的Chrome扩展程序,该扩展的主要功能是“Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…”。
下载Google Tab Select扩展crx文件
下载Google Tab Select扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature. The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.
扩展基本信息
名称 | Google Tab Select |
ID | mblfjbikliogabdaihjimkncpmcepepe |
官方URL | https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe |
简介 | Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of… |
文件大小 | 9.99 KB |
安装次数 | 9 |
当前版本 | 1.1.0 |
更新时间 | 2018-04-19 |
上架时间 | 2018-04-19 |
评分 | 5.00/5 共1次评分 |
开发者 | ssh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Tab Select", "version": "1.1.0", "manifest_version": 2, "browser_action": { "default_icon": "images\/google-tab128.png" }, "icons": { "48": "images\/google-tab48.png", "128": "images\/google-tab128.png" }, "content_scripts": [ { "js": [ "google-tab.js" ], "css": [ "google-tab.css" ], "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/*" ] } ] } |