SettingsManager Chrome Extension Adapter ES5 Example

Example ES5 use of the SettingsManagerChromeExtensionAdapter library

Load the SettingsManagerChromeExtensionAdapter library using script tags:

<!-- // Load the SettingsManager  code -->
<script src="../../scripts/SettingsManager.js"></script>
<!-- // Load the SettingsManager Chrome Extension Adapter code -->
<script src="../../scripts/SettingsManagerChromeExtensionAdapter.js"></script>
<!-- // Load the test code -->
<script src="./es5-test.js" type="module"></script>