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ファイルをダウンロード

Open First Result拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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