A Chrome extension that unlocks key features which are missing in the native Monarch Money experience — adding clickable transaction links, persistent dashboard timeframes, and full transaction visibility.
Monarch Money's transaction Notes field accepts URLs, but keeps them as plain text. This extension automatically parses URLs and creates a live clickable links section above the Notes field, keeping your navigation fast and seamless.
Overcomes a common limitation by letting you select and persist your preferred Net Worth dashboard timeframe (e.g. 1 year, all-time) across page loads and sessions.
Ensures transaction lists display all records by automatically appending
transactionVisibility=all_transactions to the URL query parameters. Intercepts
direct URL navigations (bookmarks, address bar) via a background service worker, and
modifies links on hover/click client-side for seamless SPA routing without full-page
reloads. Default enabled and togglable in settings.
Customize your experience on the fly — toggle individual features or switch your default timeframe directly from the extension's browser toolbar popup.
Built with MutationObservers to handle Monarch's dynamic client-side Single Page Application (SPA) state changes flawlessly and with zero impact on browser speed.
You can install the official extension directly from the Chrome Web Store, or browse the source code on GitHub to install it locally in developer mode.
← Back to Projects