Google Search Result Hotkeys
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
什么是Google Search Result Hotkeys?
Google Search Result Hotkeys是由Ian Wehrman开发的Chrome扩展程序,该扩展的主要功能是“Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.”。
扩展截图
下载Google Search Result Hotkeys扩展crx文件
下载Google Search Result Hotkeys扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. 扩展基本信息
| 名称 | |
| ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
| 官方URL | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
| 简介 | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
| 文件大小 | 4.77 KB |
| 安装次数 | 67 |
| 当前版本 | 0.0.9 |
| 更新时间 | 2020-11-08 |
| 上架时间 | 2018-10-11 |
| 评分 | 2.33/5 共3次评分 |
| 开发者 | Ian Wehrman |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/iwehrman/google-search-result-hotkeys |
| 帮助页面URL | https://github.com/iwehrman/google-search-result-hotkeys |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Google Search Result Hotkeys",
"version": "0.0.9",
"content_scripts": [
{
"matches": [
"*:\/\/www.google.com\/search*"
],
"js": [
"main.js"
]
}
]
} | |