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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lerxst และคุณลักษณะหลักของมันคือ "Access i'm feeling lucky from the address bar! Type '\' and press Tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I'm Feeling Lucky

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}