Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 954 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 954 Bytes

Degiro statistics

Chromium extension to show interesting portfolio statistics at the website of broker Degiro.

Developed as a project for PV219 Seminar of Webdesign at Faculty of Informatics, Masaryk University.

Project structure

  • background.js - script to manage global extension events, such as showing infopage on toolbar icon click
  • index.html - infopage code to be shown on toolbar icon click
  • main.js - actual JS code that runs once Degiro website is accessed
  • manifest.js - extension configuration file
  • styles.css - CSS file for infopage

Contribution

Feel free to modify the source code (following the MIT License) and submit pull requests. Pull requests will occasionally be reviewed and the accepted ones will be published on Chrome Web Store.

If you do not feel like coding, submitting an Issue is also highly appreciated.