PabloRomanH / zhongzhong

Chrome extension that translates Chinese words when hovering on them.
https://chrome.google.com/webstore/detail/zhongzhong-an-improved-ch/dggcgdjndddfmcfoipccicfoajmciacf
34 stars 14 forks source link

word list words limit #56

Open tszlk opened 2 years ago

tszlk commented 2 years ago

the current word list only display a certain number of entries. Words saved after reaching the limit is still saved, but it doesn't display until some previous entries is deleted.

tszlk commented 2 years ago

even if you consider the storage limit for localstorage for google chrome. the current limit is still too low and can reasonably increased a few hundred times.

PabloRomanH commented 2 years ago

This seems reasonable and easy enough. I'll go ahead with it.