Chrome Extension Start-up:
- Navigate to Chrome → Extensions
- Select 'Load unpacked extension...'
- Select this project folder
- Chrome extension icon should appear in right corner of toolbar, click on icon to run extension
Note - theses steps should be followed for initial loading of the extension as well as after any modifications to the code.
Main Files:
- manifest.json - provides details for the extension such as name, description, version number, scripts, actions, etc.
- content.js - accesses DOM from current web page and communicates with background.js to provide this information
- background.js - maniplates data provided from content.js to test the accessibility of the loaded web page and modifies the popup window
Bootstrap v3.3.7 JQuery v3.2.1