Add-on that fetches numbers of citations of your Zotero collection items from Google Scholar, adding the citation count to the extra column for reference and sorting.
- ⭐⭐Support mirror URL
- Support change the mirror URL through input box
- Also can select the plugin’s built-in mirror URL through drop-down menu
- Delete radom wait time, cause mirror URL will not meet robot test
- ⭐⭐Auto Formatting Title Chemical Formula
- ⭐⭐Autorename Chinese Author
- ⭐Auto fetch when item added
- Using
Zotero.Notifier.registerObserver
to monitor added items
- Using
- ⭐Support delete HTML in title before fetch
- Using
item.getField('title').replace(/<[^>]+>/g, '')
- Using
- ⭐Show nothing when fetch failed instead of
0
- ⭐Adjust the column width
- Using
flex:0.4
- Using
- ⭐Improve some Chinese localization
- ⭐Preference UI redesign

