Open the Settings tab in the OmniJump side panel to configure how the extension behaves.
Toggle dark mode for the OmniJump interface. Applies to the popup, side panel, and options page.
When enabled, OmniJump tracks which sites you search most. After 5 visits to the same site, a banner appears in the side panel suggesting you create a shortcut for it.
Assign a keyboard shortcut to open and close the OmniJump side panel without clicking the toolbar icon.
chrome://extensions/shortcuts where you can assign any key combination.Set the maximum number of shortcuts you can create (1–500). Default is 500. Once the limit is reached you must delete shortcuts before adding new ones. Lowering this number is useful for keeping your list manageable.
The filter bar (search by keyword or URL) appears once your shortcut count reaches this number. Default is 25. Lower it to show the filter bar sooner; raise it to keep the panel simpler when you have fewer shortcuts.
Automatically delete shortcuts that haven't been used within a set number of days.
Toggle auto-delete on or off. Off by default.
Choose how long a shortcut can go unused before deletion. Range: 7–365 days.
New shortcuts that have never been used are not immediately eligible for deletion. OmniJump sets their "last used" timestamp to their creation time, giving them a full grace period before they can be auto-deleted.
A bar chart shows how many shortcuts you opened over the past 7 days — one bar per day. Useful for seeing how actively you're using OmniJump.
Download all your shortcuts as a JSON backup file.
omnijump.json is saved to your computer.The file is a JSON object with a shortcuts array and a settings object. Each shortcut entry contains:
key — normalized keywordtype — "redirect", "parameterized" (search shortcut), or "bundle"url — destination URL (redirect and search shortcuts)urlTemplate — search URL with %s placeholder (search shortcuts only)bundleUrls — ordered array of URLs (bundles only)label — optional display labelcreatedAt — Unix timestamp (ms) when the shortcut was createdlastUsed — Unix timestamp (ms) of the last activation, or absent if never usedRestore shortcuts from an exported omnijump.json file.
maxShortcuts value in the file takes effect during the import.All shortcuts and settings sync automatically to other Chrome devices where you're signed in. Changes propagate within a few seconds with no manual action needed. See the Privacy Policy for how your data is stored.