diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md
index 31105885747..1adc8aa7788 100644
--- a/docs/notes/extensions.md
+++ b/docs/notes/extensions.md
@@ -13,11 +13,12 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co
## Plugins
- - chartjs-plugin-annotation.js - Draw lines and boxes on chart area.
- - chartjs-plugin-deferred.js - Defer initial chart update until chart scrolls into viewport.
+ - chartjs-plugin-annotation.js - Draws lines and boxes on chart area.
+ - chartjs-plugin-datalabels.js - Displays labels on data for any type of charts.
+ - chartjs-plugin-deferred.js - Defers initial chart update until chart scrolls into viewport.
- chartjs-plugin-draggable.js - Makes select chart elements draggable with the mouse.
- - chartjs-plugin-stacked100.js - Draw 100% stacked bar chart.
- - chartjs-plugin-zoom.js - Enable zooming and panning on charts.
+ - chartjs-plugin-stacked100.js - Draws 100% stacked bar chart.
+ - chartjs-plugin-zoom.js - Enables zooming and panning on charts.
In addition, many plugins can be found on the [npm registry](https://www.npmjs.com/search?q=chartjs-plugin-).