Dev Peek is a powerful, developer-friendly browser extension that brings Figma-like design and inspection capabilities directly to your web page. It provides a seamless way to inspect and edit UI elements in real-time, displaying an overlay and a draggable editor panel with detailed information and live editing tools.
- Inspect Mode: Activate a powerful inspect mode that highlights elements on hover
- Draggable Editor Panel: A floating panel that can be moved anywhere on the screen to prevent obstruction.
- Live Text and Style Editing: Edit text content, colors, background, font size, margin, and padding in real-time.
- Advanced Color Picker: Includes an eyedropper tool to sample colors directly from the page.
- Accessibility Insights: Displays ARIA roles and color contrast ratios to help you build more accessible websites.
- Modern UI: A clean, minimalist interface that feels right at home in your browser.
-
Clone this repository:
git clone https://github.com/sempijja/Dev-Peek cd Dev-Peek -
Open your browser and navigate to the extensions page (e.g.,
chrome://extensions/oredge://extensions/). -
Enable "Developer mode".
-
Click "Load unpacked" and select the cloned
Dev-Peekdirectory.
We welcome contributions to Dev Peek! Here’s how you can contribute:
- Navigate to the Issues tab on GitHub.
- Open a new issue and provide:
- A clear title.
- Steps to reproduce (for bugs).
- Suggested features or enhancements (for feature requests).
- Fork the Repository: Click on the fork button at the top-right corner of this repository.
- Clone Your Fork:
git clone https://github.com/YOUR_USERNAME/Dev-Peek
- Create a New Branch:
git checkout -b feature/your-feature-name
- Make Changes: Implement your changes locally.
- Test Your Changes: Ensure the extension works as expected.
- Commit and Push:
git add . git commit -m "Add feature: your-feature-name" git push origin feature/your-feature-name
- Open a Pull Request:
- Go to the original repository.
- Click on Pull Requests > New Pull Request.
- Provide a detailed description of your changes and submit.
This project is licensed under the MIT License.
For questions or feedback, feel free to reach out to:
- Author: Ssempijja Charles (Charz)
Happy coding! 😊