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