WebExtension.net
Toggle dark mode
WebExtension.net

Quick Jump Links - 快速跳转链接

View on Chrome Web Store
View Quick Jump Links - 快速跳转链接 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
1 views
This extension has been viewed 1 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easily jump between your favorite links with a simple keyboard shortcut. / 通过简单的快捷键在你喜爱的链接之间快速跳转。
Type
Extension
Users
3 users
1
lyq
View author page of lyq
Published
Published on January 15, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on January 22, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Quick Jump Links - 快速跳转链接 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Jump Links - \u5feb\u901f\u8df3\u8f6c\u94fe\u63a5",
    "description": "Easily jump between your favorite links with a simple keyboard shortcut. \/ \u901a\u8fc7\u7b80\u5355\u7684\u5feb\u6377\u952e\u5728\u4f60\u559c\u7231\u7684\u94fe\u63a5\u4e4b\u95f4\u5feb\u901f\u8df3\u8f6c\u3002",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Quick Jump Links - \u5feb\u901f\u8df3\u8f6c\u94fe\u63a5",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "version": "1.0.1",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "\/js\/jquery-3.7.1.min.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "jump-to-link-1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Go to link 1"
        },
        "jump-to-link-2": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Go to link 2"
        },
        "jump-to-link-3": {
            "suggested_key": {
                "default": "Ctrl+Shift+3"
            },
            "description": "Go to link 3"
        },
        "jump-to-link-4": {
            "suggested_key": {
                "default": "Ctrl+Shift+4"
            },
            "description": "Go to link 4"
        }
    },
    "options_page": "popup.html",
    "default_locale": "en"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top