Releases: LimHaksu/neroren-clipboard
Releases · LimHaksu/neroren-clipboard
Migrating from Manifest V3 to V2
Improve notes grid rendering
before : It renders each note and calculates grid height, therefore total rendering count is twice the number of
the notes.
after : It renders all notes and calculates grid heights, then re-renders
all notes, therefore the total rendering count is just two. But, the first
rendering is opacity 0. So, only the second rendering is shown to the user
Floating popup mode, Pinned notes
- detached popup from browser ( but, popup is also browser )
- pinned notes which are not removed even if the user try to remove them
- can save the web page url. click right on empty space in the web
- google spread sheet copy logic added ( * google docs, presentation not supported now )
Publish to chrome webstore
- texts, links and images can be copied to the clipboard.
- can copy the stored memo from the clipboard
- can remove or restore memos
- settings (language, auto copy, numbers of lines)