This repository hosts four Chrome browser extensions designed to enhance user productivity and browsing experience. The extensions are built using HTML, JavaScript, and CSS.
- Description: This extension works on the Daraz product page. It adds a button that reads reviews and ratings, then recommends the product using Groq AI.
- Usage:
- Navigate to a single product page on Daraz.
- Click on button.
- The extension will read the reviews and ratings, then recommend the product.
- Description: Similar to the AI Product Advisor, this extension also works on the Daraz product page but interacts via a popup. It shows a button in the popup, which when clicked, reads reviews and ratings, then recommends the product using Groq AI.
- Usage:
- Navigate to a product page on Daraz.
- Click on the extension icon to open the popup.
- Click on the button within the popup.
- The extension will read the reviews and ratings, then recommend the product.
- Description: This extension extracts inner text from any website and logs the text to the console.
- Usage:
- Navigate to any website.
- Click on the Text Extractor extension icon.
- The extension will extract and log the inner text of the website to the console.
- Description: This extension counts the number of times specified URLs are visited during the browser session.
- Usage:
- Click on the extension icon to open the popup.
- Add the URLs you want to track.
- The extension will count and display the number of visits to each URL for the current browser session.
- Clone the Repository: Clone this repository to your local machine using
git clone
. - Install Extensions in Chrome:
- Open Chrome browser.
- Navigate to
chrome://extensions/
. - Enable Developer mode by toggling the switch in the top-right corner.
- Click on "Load unpacked" and select the directory of the extension you want to install.
- Usage:
- After installing the extensions, you can use them by clicking on their respective icons in the Chrome toolbar.
- Follow the on-screen instructions for each extension as described above.
- Ensure you review and comply with the terms of service of the websites used by the extensions.