Go back with backspace

Restore the backspace key shortcut to navigate to the previous page.

Go back with backspace란 무엇입니까?

Go back with backspace은(는) https://namitjuneja.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Restore the backspace key shortcut to navigate to the previous page."입니다.

확장 프로그램 스크린샷

screenshot

Go back with backspace 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Google has removed the ability to go "back" with the backspace key in chrome since v52.

This extension brings back the functionality and allows you to use Backspace key as a shortcut to go back to the previous page.

Usage
BACKSPACE              - Go one step back
Shift + BACKSPACE - Go one step forward                    

확장 프로그램 기본 정보

이름 Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
공식 URL https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
설명 Restore the backspace key shortcut to navigate to the previous page.
파일 크기 4.48 KB
설치 횟수 5,636
현재 버전 0.3.2
최근 업데이트 2016-08-01
출시 날짜 2016-08-01
평점 4.04/5 총 25 개의 평점
개발자 https://namitjuneja.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/namitjuneja/chrome-backspace
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go back with backspace",
    "description": "Restore the backspace key shortcut to navigate to the previous page.",
    "author": "Namit Juneja",
    "version": "0.3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}