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은(는) johnsylvain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use I'm feeling lucky right from the Omnibox or from highlighted text"입니다.

확장 프로그램 스크린샷

screenshot

I'm Feeling Lucky 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}