I'm feeling lucky hotkey
Adds a hotkey to navigate to the first google search result.
Vad är I'm feeling lucky hotkey?
I'm feeling lucky hotkey är en Chrome-tillägg utvecklad av Stan, och dess huvudfunktion är "Adds a hotkey to navigate to the first google search result.".
Tilläggsskärmbilder
Ladda ner I'm feeling lucky hotkey-förlängningens CRX-fil
Ladda ner I'm feeling lucky hotkey-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This very simple extension allows you to press Alt+L hotkey to navigate to the first google search result when you are on a google search page.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | miodihhmeihljccnakcdhgpjbbkogjpp | 
| Officiell webbadress | https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp | 
| Beskrivning | Adds a hotkey to navigate to the first google search result. | 
| Filstorlek | 14.31 KB | 
| Antal Installationer | 106 | 
| Aktuell Version | 1.1 | 
| Senast Uppdaterad | 2019-07-25 | 
| Publiceringsdatum | 2019-07-25 | 
| Betyg | 2.00/5 Totalt 1 Betyg | 
| Utvecklare | Stan | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I'm feeling lucky hotkey",
    "version": "1.1",
    "description": "Adds a hotkey to navigate to the first google search result.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "toggle-feature-go": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Go to the first search result"
        }
    },
    "manifest_version": 2
}  |  |