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文件

下載Upshift擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}