Magento 2.0 Product Downloads extension
Adds a new tab on the product page to add downloads. This downloads will be shown in a tab on the product page. You can configure the allowed file extensions from the admin settings menu.
composer require sebwite/magento2-product-downloads
php bin/magento --clear-static-content module:enable Sebwite_ProductDownloads
php bin/magento setup:upgrade
php bin/magento --clear-static-content module:enable Sebwite_ProductDownloads
php bin/magento setup:upgrade
After these steps the extra tab on the products page will be visible. This extension has no config options (yet)