Upshift

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

Upshiftคืออะไร?

Upshift เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benbuck Nason และคุณลักษณะหลักของมันคือ "Allows you to quickly navigate up levels in a web site address."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upshift

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}