Google search tab fixer

Allows users to cycle through google search results by pressing the tab key.

Google search tab fixer란 무엇입니까?

Google search tab fixer은(는) Sam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows users to cycle through google search results by pressing the tab key."입니다.

확장 프로그램 스크린샷

screenshot

Google search tab fixer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This small extension brings familiar tab functionality back to the google search results page. Press tab once to go to the top result, or multiple times to cycle through the search results. Press enter on any result to view that result.                    

확장 프로그램 기본 정보

이름 Google search tab fixer Google search tab fixer
ID hggbelpbiemgfkdhofjeajpgnoieogmg
공식 URL https://chromewebstore.google.com/detail/google-search-tab-fixer/hggbelpbiemgfkdhofjeajpgnoieogmg
설명 Allows users to cycle through google search results by pressing the tab key.
파일 크기 20.04 KB
설치 횟수 17
현재 버전 0.0.4
최근 업데이트 2016-07-15
출시 날짜 2016-07-15
평점 5.00/5 총 3 개의 평점
개발자 Sam
결제 유형 free
확장 프로그램 웹 사이트 http://www.101drum.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google search tab fixer",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Allows users to cycle through google search results by pressing the tab key.",
    "homepage_url": "http:\/\/101drum.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "*:\/\/*\/search*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/search*"
            ],
            "run_at": "document_start",
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}