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 |
Eメール | [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" ] } |