Upshift

Allows you to quickly navigate up levels in a web site address.

Upshift란 무엇입니까?

Upshift은(는) Benbuck Nason에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to quickly navigate up levels in a web site address."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Upshift 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When you click on the Upshift icon, it will pop up a list of new addresses that you can select, which all go increasingly higher in the address of the site you are currently viewing.

You can use shift+click to open the address in a new window, or ctrl+click / middle mouse click to open the address in a new tab. There is a keyboard shortcut, ctrl+up, that allows you to go up one level in the current address.

Upshift does not use your data for any other purpose, or save or send anywhere.                    

확장 프로그램 기본 정보

이름 Upshift Upshift
ID nmibphlpgkekcpbplklgdfmiphfdfhdi
공식 URL https://chromewebstore.google.com/detail/upshift/nmibphlpgkekcpbplklgdfmiphfdfhdi
설명 Allows you to quickly navigate up levels in a web site address.
파일 크기 24.86 KB
설치 횟수 385
현재 버전 4.1
최근 업데이트 2023-02-25
출시 날짜 2019-09-03
평점 4.16/5 총 19 개의 평점
개발자 Benbuck Nason
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/benbuck/upshift
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upshift",
    "version": "4.1",
    "description": "Allows you to quickly navigate up levels in a web site address.",
    "author": "Benbuck Nason",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "19": "icon_19.png",
            "32": "icon_32.png",
            "38": "icon_38.png",
            "48": "icon_48.png",
            "64": "icon_64.png",
            "128": "icon_128.png"
        },
        "default_title": "Upshift",
        "default_popup": "popup.html"
    },
    "background": {
        "name": "Upshift",
        "service_worker": "background.js"
    },
    "commands": {
        "upshift_one_level": {
            "description": "Upshift one level",
            "suggested_key": {
                "default": "Ctrl+Up"
            }
        }
    },
    "permissions": [
        "tabs"
    ]
}