Uses Microsoft Azure text analytics AI services API for insights on given text. Chrome extension feature allows users to see the texts cognitive sentiment and scores it. User can click on the Chrome extension icon to see results.
- Open the file "contentscript.js" and insert your Azure subscription key into
const apiKey = "";
- Follow these instructions
- Go to Google Chrome extensions page: chrome://extensions/
- Click 'Load unpacked'. Navigate to this repo to use
- You're all set!
A experimentation project on chrome extention:
- https://developer.chrome.com/extensions/getstarted
- https://developer.chrome.com/extensions/overview
- https://developer.chrome.com/extensions/devguide
For scraping what's visible on the displayed page:
For intercepting Http requests: