Web Keyboard Navigator

This extension that provide the keyboard navigator in Google, Naver Search

Vad är Web Keyboard Navigator?

Web Keyboard Navigator är en Chrome-tillägg utvecklad av [email protected], och dess huvudfunktion är "This extension that provide the keyboard navigator in Google, Naver Search".

Tilläggsskärmbilder

screenshot

Ladda ner Web Keyboard Navigator-förlängningens CRX-fil

Ladda ner Web Keyboard Navigator-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

                        Chrome extension that provide the keyboard navigator in Google Search

1. Search by Google
2. Press '/' for  (* Naver : Press 'ESC')
   * Press '/' again 
3. Press 'ArrowDown' => next result
   Press 'ArrowUp' => Prev result
   Press 'ArrowRight' => next page
   Press 'ArrowLeft' => Prev Page

https://github.com/bluemirr5/google-search-keyboard-navigator                    

Grundläggande Information om Tillägg

Namn Web Keyboard Navigator Web Keyboard Navigator
ID bkhfbkdobdpeffmajhomapocnphaehgp
Officiell webbadress https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp
Beskrivning This extension that provide the keyboard navigator in Google, Naver Search
Filstorlek 184 KB
Antal Installationer 525
Aktuell Version 1.0.7
Senast Uppdaterad 2017-11-15
Publiceringsdatum 2017-11-15
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare [email protected]
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/bluemirr5/google-search-keyboard-navigator
Hjälpsida URL https://github.com/bluemirr5/google-search-keyboard-navigator/issues
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Keyboard Navigator",
    "version": "1.0.7",
    "description": "This extension that provide the keyboard navigator in Google, Naver Search",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "browser_action": {
        "icon": "inactive.png",
        "default_title": "This page is Not Search Page"
    },
    "manifest_version": 2
}