I'm Feeling Lucky
Access i'm feeling lucky from the address bar! Type '\' and press Tab.
什么是I'm Feeling Lucky?
I'm Feeling Lucky是由lerxst开发的Chrome扩展程序,该扩展的主要功能是“Access i'm feeling lucky from the address bar! Type '\' and press Tab.”。
扩展截图
下载I'm Feeling Lucky扩展crx文件
下载I'm Feeling Lucky扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
#### Update (10/08/2020) #### Issues of being redirected to the Google search results page have now been fixed. ######################## Access the 'I'm Feeling Lucky' search result from Chrome's address bar. 1. Type '\' and press the TAB key to invoke the extension. 2. Type your search keywords. 3. Get directed to Google's top search result for that query.
扩展基本信息
名称 | I'm Feeling Lucky |
ID | cnlabakikmdekpfaflaihcepfkjopgll |
官方URL | https://chromewebstore.google.com/detail/im-feeling-lucky/cnlabakikmdekpfaflaihcepfkjopgll |
简介 | Access i'm feeling lucky from the address bar! Type '\' and press Tab. |
文件大小 | 13.35 KB |
安装次数 | 48,231 |
当前版本 | 1.1 |
更新时间 | 2020-10-09 |
上架时间 | 2019-09-03 |
评分 | 3.04/5 共48次评分 |
开发者 | lerxst |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "I'm Feeling Lucky", "description": "Access i'm feeling lucky from the address bar! Type '\\' and press Tab.", "version": "1.1", "omnibox": { "keyword": "\\" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |