1 min read

Make Evernote extension work with frame elements

With Evernote Chrome extension, it's really convenient to select any part of the webpage to save to Evenote. But for some webpages the Clip selection to Evernote menu doesn't appear, for example, Ruby on Rails API. It turns out the webpage is made up with several <frame> elements, and Evernote extension doesn't work well with this layout for some reason, but I find a way to make it work.

  1. Install Open Frame extension.
  2. Right click on the part in a <frame> element, you'll see "Open Frame" menu, choose "Open in a tab" frome the submenu, this frame will open in a new tab.

  1. Now in this new tab you can select to save like before 🎉.