History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

History Rocker Gestures란 무엇입니까?

History Rocker Gestures은(는) Holger Pretzsch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Rocker gestures for navigating back and forward."입니다.

확장 프로그램 스크린샷

screenshot

History Rocker Gestures 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to use Rocker gestures for navigating back and forward in your browser history.

Hold down the right mouse button and press the left mouse button to go back. Hold down the left mouse button and press the right mouse button to go forward.

This extension is designed to be as minimalistic as possible. At the moment, there is no configuration / customization available.

When installing or re-activating this extension, pages which are already open must be refreshed once for it to work.

Changelog:
Version 1.1 - Fixed bug caused by typo
Version 1.0 - Initial release                    

확장 프로그램 기본 정보

이름 History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
공식 URL https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
설명 Adds Rocker gestures for navigating back and forward.
파일 크기 7.99 KB
설치 횟수 312
현재 버전 1.1
최근 업데이트 2013-10-22
출시 날짜 2013-10-22
평점 3.68/5 총 19 개의 평점
개발자 Holger Pretzsch
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Rocker Gestures",
    "description": "Adds Rocker gestures for navigating back and forward.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "rocker.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}