A quick link jumping tool that supports custom URL mapping and search functions.
- Supports quick jumping to preset websites using the
m/nameformat - Supports quick site searches using the
m/name/queryformat - Allows custom addition and management of URL mapping configurations
- Configuration data is automatically synced to your Chrome account
- In the Chrome address bar, type
mand press the Tab key to enter quick jump mode - Enter the preset name, such as
github, to jump to the corresponding website - Enter the name and search term, such as
github/chrome, to search within the corresponding website
- Click the extension icon to open the configuration page
- Fill in the following information to add a new mapping:
- Title: Display name
- Name: Short name used in the address bar
- Base URL: Website for direct access
- Search URL: Website template for search function (optional, use
{query}as placeholder)
- Download the project code
- Open the Chrome Extensions management page (
chrome://extensions/) - Enable "Developer mode"
- Click "Load unpacked"
- Select the project folder
Includes default configuration for GitHub:
- Enter
m/githubto jump to the GitHub homepage - Enter
m/github/chrometo search for chrome-related repositories on GitHub