Open First Result

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

Qu'est-ce que Open First Result ?

Open First Result est une extension Chrome développée par AltIvan, et sa fonction principale est "Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open First Result

Téléchargez les fichiers d'extension Open First Result au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Open First Result Open First Result
ID gjnjcllfalbogkiimgehiinpmedadlii
URL Officiel https://chrome.google.com/webstore/detail/open-first-result/gjnjcllfalbogkiimgehiinpmedadlii
Description Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result
Taille du Fichier 205 KB
Nombre d'Installations 94
Version Actuelle 0.1
Dernière Mise à Jour 2014-07-16
Date de Publication 2014-07-16
Évaluation 2.50/5 Total 12 Évaluations
Développeur AltIvan
Type de Paiement free
Langues Prises en Charge 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"
    }
}