I'm feeling lucky hotkey
Adds a hotkey to navigate to the first google search result.
什么是I'm feeling lucky hotkey?
I'm feeling lucky hotkey是由Stan开发的Chrome扩展程序,该扩展的主要功能是“Adds a hotkey to navigate to the first google search result.”。
扩展截图
下载I'm feeling lucky hotkey扩展crx文件
下载I'm feeling lucky hotkey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This very simple extension allows you to press Alt+L hotkey to navigate to the first google search result when you are on a google search page.
扩展基本信息
名称 | I'm feeling lucky hotkey |
ID | miodihhmeihljccnakcdhgpjbbkogjpp |
官方URL | https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp |
简介 | Adds a hotkey to navigate to the first google search result. |
文件大小 | 14.31 KB |
安装次数 | 106 |
当前版本 | 1.1 |
更新时间 | 2019-07-25 |
上架时间 | 2019-07-25 |
评分 | 2.00/5 共1次评分 |
开发者 | Stan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I'm feeling lucky hotkey", "version": "1.1", "description": "Adds a hotkey to navigate to the first google search result.", "permissions": [ "tabs" ], "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "commands": { "toggle-feature-go": { "suggested_key": { "default": "Alt+L", "mac": "Alt+L" }, "description": "Go to the first search result" } }, "manifest_version": 2 } |