This extension is meant to be a study tool to make those who get distracted easily when using a web browser. Allows the user to select websites they would like to add to their 'WhiteList' and when the extension is activated only websites that are in the extension can be accessed and interacted with
- download the WhiteList project file
- Open the google chrome web browser
- Enter this url into the search bar: chrome://extensions/
- Click the developer mode toggle in the top right of the page
- Click the "load unpacked" button in the top left of the page
- Select the project file
- Now pin the chrome extensions to your browser bar by selecting the puzzle piece icon in the top right of the browser
- Locate the extension icon labeled "WhiteList" and press the pin button
-
if the very edge of a button is clicked it will play the click animation but not perform its function
- (happens bc the button moves when clicked. the Click event listener listens when the user releases their mouse but when the button is pressed it drops down a bit. If the user is at the very top of the button then when the button moves and the click is released the user will not be 'clicking' the button when released)
-
Extension will not work properly for tabs already opened upon instalation of the extension