Open First Result

Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result

Open First Result란 무엇입니까?

Open First Result은(는) AltIvan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result"입니다.

확장 프로그램 스크린샷

screenshot

Open First Result 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Now you can just add a bang (!) at the end of your search from the omnibox (AKA url bar) and open the first result! Just like "I'm feeling lucky" used to work, but better.

You can also click the back button and get the normal Google results, like magic!

Brought to you by http://CutCSS.com! CSS is now child's play!                    

확장 프로그램 기본 정보

이름 Open First Result Open First Result
ID gjnjcllfalbogkiimgehiinpmedadlii
공식 URL https://chrome.google.com/webstore/detail/open-first-result/gjnjcllfalbogkiimgehiinpmedadlii
설명 Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result
파일 크기 205 KB
설치 횟수 94
현재 버전 0.1
최근 업데이트 2014-07-16
출시 날짜 2014-07-16
평점 2.50/5 총 12 개의 평점
개발자 AltIvan
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open First Result",
    "description": "Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result",
    "version": "0.1",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "author": "CUTCSS.COM",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "show tab inspector"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}