Skip to content

Releases: LimHaksu/neroren-clipboard

Migrating from Manifest V3 to V2

31 Mar 09:35
Compare
Choose a tag to compare

migrating from Manifest V3 to V2 to use background textarea dom ( polling clipboard and paste to the dom )
Because, copy event listener is not working in some pages ( google docs, spread sheets, notion, etc.. )

Improve notes grid rendering

18 Mar 06:29
Compare
Choose a tag to compare

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

16 Mar 19:05
Compare
Choose a tag to compare
Pre-release
  1. detached popup from browser ( but, popup is also browser )
  2. pinned notes which are not removed even if the user try to remove them
  3. can save the web page url. click right on empty space in the web
  4. google spread sheet copy logic added ( * google docs, presentation not supported now )

Publish to chrome webstore

14 Mar 16:38
Compare
Choose a tag to compare
Pre-release
  1. texts, links and images can be copied to the clipboard.
  2. can copy the stored memo from the clipboard
  3. can remove or restore memos
  4. settings (language, auto copy, numbers of lines)