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 - это расширение Chrome, разработанное AltIvan, и его основная функция - "Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Open First Result

Скачайте файлы расширений 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"
    }
}