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.”。

擴展截圖

screenshot

下載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 I'm Feeling Lucky
ID cnlabakikmdekpfaflaihcepfkjopgll
官方網址 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"
    ]
}