A simple Chrome extension built with React and Headless UI. When activated, the extension displays a button that, when clicked, outputs the message "Hello, world!".
- Built with React for a responsive UI.
- Uses Headless UI for a modern and clean design.
- Simple interaction to display a greeting message.
- Node.js and npm
- Clone the repository:
git clone https://github.com/vklyukin/hello-world-extension.git
cd hello-world-extension
- Install the dependencies:
npm install
- Build the extension:
npm run build
- Load the extension into Chrome:
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode".
- Click on "Load unpacked" and select the
dist
directory from this project.
Click on the extension icon in the Chrome toolbar to activate the popup. Click the button to display the "Hello, world!" message.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.