Google Tab Select

Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…

Google Tab Select란 무엇입니까?

Google Tab Select은(는) ssh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…"입니다.

Google Tab Select 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use the tab key to navigate through Google search results much more efficiently.

This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature.

The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.                    

확장 프로그램 기본 정보

이름 Google Tab Select Google Tab Select
ID mblfjbikliogabdaihjimkncpmcepepe
공식 URL https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe
설명 Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
파일 크기 9.99 KB
설치 횟수 9
현재 버전 1.1.0
최근 업데이트 2018-04-19
출시 날짜 2018-04-19
평점 5.00/5 총 1 개의 평점
개발자 ssh
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Tab Select",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/google-tab128.png"
    },
    "icons": {
        "48": "images\/google-tab48.png",
        "128": "images\/google-tab128.png"
    },
    "content_scripts": [
        {
            "js": [
                "google-tab.js"
            ],
            "css": [
                "google-tab.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ]
        }
    ]
}