├── README.md ├── background.js ├── content.js ├── icon128.png ├── icon16.png ├── icon48.png ├── manifest.json ├── popup.html ├── popup.js └── test.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/README.md -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/background.js -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/content.js -------------------------------------------------------------------------------- /icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/icon128.png -------------------------------------------------------------------------------- /icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/icon16.png -------------------------------------------------------------------------------- /icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/icon48.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/popup.js -------------------------------------------------------------------------------- /test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DreamH1gh/Scholar-Citation-Monitor/HEAD/test.html --------------------------------------------------------------------------------