Go Back(space)

This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.

Go Back(space)란 무엇입니까?

Go Back(space)은(는) https://www.tristanwiley.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward."입니다.

확장 프로그램 스크린샷

screenshot

Go Back(space) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will restore the functionality of pressing the backspace key and going to the previous page, and pressing shift+backspace to go forward.

If you'd like the source it is located here: https://github.com/TristanWiley/Go-Backspace                    

확장 프로그램 기본 정보

이름 Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
공식 URL https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
설명 This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
파일 크기 10.97 KB
설치 횟수 527
현재 버전 1.3
최근 업데이트 2016-10-25
출시 날짜 2016-10-24
평점 5.00/5 총 1 개의 평점
개발자 https://www.tristanwiley.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Back(space)",
    "description": "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.",
    "version": "1.3",
    "minimum_chrome_version": "52",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ]
}