With some minimal setup, you can use a hotkey to save a bookmark to Feathermarks in an instant, no browser extension required.
javascript:(function(){ var url = encodeURIComponent(window.location.href); var title = encodeURIComponent(document.title); var destination = 'https://feathermarks.com/home?new_title=' + title + '&new_url=' + url; window.open(destination, '_blank'); })();