Skip to content

pencilheart/zotero-google-scholar-citation-count

 
 

Repository files navigation

Google Scholar Citation Count for Zotero (Modified)

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.

What's different from fork version?

♥️You can try this version, say goodbye to robot test and wait time.

  • ⭐⭐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
  • ⭐Support delete HTML in title before fetch
    • Using item.getField('title').replace(/<[^>]+>/g, '')
  • ⭐Show nothing when fetch failed instead of 0
  • ⭐Adjust the column width
    • Using flex:0.4
  • ⭐Improve some Chinese localization
  • ⭐Preference UI redesign
Xnip2025-02-18_21-59-12 Xnip2025-02-18_22-04-42

About

Zotero plugin for fetching number of citations from Google Scholar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.5%
  • Fluent 13.9%
  • HTML 4.1%
  • Shell 1.5%