Open First Result

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

Co je Open First Result?

Open First Result je rozšíření Chrome vyvinuté AltIvan, a jeho hlavní funkcí je „Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Open First Result

Stáhněte si soubory rozšíření Open First Result ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Open First Result Open First Result
ID gjnjcllfalbogkiimgehiinpmedadlii
Oficiální URL https://chrome.google.com/webstore/detail/open-first-result/gjnjcllfalbogkiimgehiinpmedadlii
Popis Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result
Velikost souboru 205 KB
Počet instalací 94
Aktuální Verze 0.1
Poslední Aktualizace 2014-07-16
Datum Vydání 2014-07-16
Hodnocení 2.50/5 Celkem 12 Hodnocení
Vývojář AltIvan
Typ Platby free
Podporované Jazyky 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"
    }
}