Jump is a Chrome extension that lets you jump to URLs. It's like bookmarks, but really fast.
jump is available on the Chrome Web Store.
jump is an omnibox extension, which means it lives in your address bar.
To activate jump:
- Make sure the address bar is focused.
- Type
j
, followed by a space. - That's it! You should see the jump logo pop up in the search bar.
Tip: learn a shortcut key for focusing the address bar. My favourite is
cmd + l
.
Once jump is activated, you can either jump to one of your URLs, or go to the options page. If you have just installed jump, you will want to go the options page first.
Go to the options page by typing ,
in jump-mode.
Hint: You can also go to the options page by pressing
enter
whenever jump can't find a URL for the text you entered. Watch the suggestion underneath the address bar; if it says "Edit jump options", you can simply press enter.
The options page basically lets you manage your URLs. Here you can:
- Add a new URL under the "Register a new URL" section
- Remove existing URLs from the "Registered URLs" section
Registered URLs consist of a keyword and a URL. The keyword is the part that you will type when you are jump mode, to jump to the URL.
To add a new URL, choose a keyword and type it into the keyword field. Paste the URL into the URL field. Then click on the Add button.
To remove a URL, simply click on the Remove button next to it.
Tip: Keep your keywords distinct. You only need to type part of a keyword to select it, but the fewer characters you need to type to get the URL you want, the faster you become.
Once you have registered some URLs, you're all set to start using jump.
To jump to a registered URL, simply type its keyword while in jump mode. As you type, the top suggestion will indicate which registered URL is selected. You'll notice that you don't have to type the complete keyword.
With a URL selected as the top result, simply press enter
to jump to it!
You can also use the arrow keys to move up and down between suggestions. However, if you find yourself doing this a lot, your keywords might benefit from some refinement. The idea is to jump as quickly as possible.
Something not working? Got a question? Have an idea for an improvement? Feel free to post an issue on this project! Just remember to search for existing issues that might already cover what you were going post first, please.
Also keep in mind that this is just a little pet project that I coded in a weekend, and that I maintain by myself. I make no commitments to support this project or its users.
I created this project to fill a simple need for myself, and for me, that need is officially filled. However, this project is open source because there are probably always opportunities for improvements. If you'd like to contribute, feel free to open a pull request! If you'd like to contribute but you don't know what to do, you can always scan the issues for inspiration.
Contributing ought to be really easy. I have close to zero experience with web development, and I was taken aback by how quickly I got this up and running. To contribute, you will need just
- Google Chrome
- Maybe JavaScript?
The MIT License (MIT)
Copyright (C) 2020, Phlippie Bosman. https://github.com/phlippieb. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.