- Interact with elements on any webpage using CSS Selector, XPath, or Full XPath.
- Simple and intuitive user interface.
- Dark mode option for better user experience.
- Icon and popup design for a seamless integration with Chrome.
To install and run the extension locally:
- Clone the repository:
git clone https://github.com/semih-turan/Click-Master.git
- Navigate to the project directory
cd click-master
- Open Chrome and go to chrome://extensions/.
- Enable Developer mode (toggle in the top right corner).
- Click on Load unpacked and select the click-master folder.
- The extension will now be loaded and available for use in Chrome.
-
Click on the Click Master extension icon in the Chrome toolbar.
-
Enter the element's selector, XPath, or Full XPath into the input field.
-
Select the appropriate category (CSS Selector, XPath, or Full XPath) from the dropdown menu.
-
Press the Click Element button to trigger a click on the selected element.
-
You can toggle Dark Mode using the button at the top right corner of the popup.
click-master/
│
├── icons/
│ ├── icon16.png
│ ├── icon48.png
│ └── icon128.png
│
├── background.js
├── content.js
├── manifest.json
├── popup.html
├── popup.js
├── popup.css
└── README.md
This project is licensed under the MIT License. See the LICENSE file for more details. Feel free to contribute, raise issues, or provide suggestions to improve Click Master!