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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stan และคุณลักษณะหลักของมันคือ "Adds a hotkey to navigate to the first google search result."

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

screenshot
screenshot

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

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