I'm Feeling Lucky

Use I'm feeling lucky right from the Omnibox or from highlighted text

I'm Feeling Luckyคืออะไร?

I'm Feeling Lucky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย johnsylvain และคุณลักษณะหลักของมันคือ "Use I'm feeling lucky right from the Omnibox or from highlighted text"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย I'm Feeling Lucky ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use Google's I'm feeling lucky feature in the Omnibox and by the highlighted text on your page!

Omnibox:
- Type '\' and hit Tab
- Enter your query and hit enter!

By cursor selection:
- Highlight the text on the page you wish to search for
- Right click and select I'm feeling lucky!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
คำอธิบาย Use I'm feeling lucky right from the Omnibox or from highlighted text
ขนาดไฟล์ 53.15 KB
จำนวนการติดตั้ง 1,037
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-05-04
วันที่เผยแพร่ 2017-05-04
ผู้พัฒนา johnsylvain
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I'm Feeling Lucky",
    "description": "Use I'm feeling lucky right from the Omnibox or from highlighted text",
    "version": "0.0.2",
    "author": "[email protected]",
    "omnibox": {
        "keyword": "\\"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "98": "icons\/icon98.png",
        "172": "icons\/icon172.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ]
}