Web Keyboard Navigator

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

Web Keyboard Navigator란 무엇입니까?

Web Keyboard Navigator은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension that provide the keyboard navigator in Google, Naver Search"입니다.

확장 프로그램 스크린샷

screenshot

Web Keyboard Navigator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Web Keyboard Navigator Web Keyboard Navigator
ID bkhfbkdobdpeffmajhomapocnphaehgp
공식 URL https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp
설명 This extension that provide the keyboard navigator in Google, Naver Search
파일 크기 184 KB
설치 횟수 525
현재 버전 1.0.7
최근 업데이트 2017-11-15
출시 날짜 2017-11-15
평점 4.75/5 총 4 개의 평점
개발자 [email protected]
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/bluemirr5/google-search-keyboard-navigator
도움말 페이지 URL https://github.com/bluemirr5/google-search-keyboard-navigator/issues
지원되는 언어 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
}