A professional Chrome extension that helps you generate clean, SEO-friendly URL slugs from any text input. Perfect for content creators, developers, and SEO professionals.
- Smart Slug Generation: Convert any text into URL-friendly slugs
- Customizable Options:
- Choose between dash (-) or underscore (_) separators
- Remove common stop words for cleaner slugs
- Option to remove numbers
- User-Friendly Interface:
- Real-time slug generation
- One-click copy to clipboard
- Clear and Reset functionality
- Informative help section
- Professional Design:
- Modern, clean interface
- Responsive layout
- Smooth animations
- Intuitive controls
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
- Click the extension icon in your Chrome toolbar
- Enter your text in the input field
- Choose your preferred options:
- Select separator type (dash or underscore)
- Toggle stop words removal
- Toggle number removal
- The slug will be generated automatically as you type
- Click the copy button to copy the slug to your clipboard
The extension is built with vanilla JavaScript and uses Chrome Extension Manifest V3.
clean-url-slug-generator/
├── manifest.json # Extension configuration
├── popup.html # Extension popup interface
├── popup.js # Main functionality
├── styles.css # Styling
├── assets/ # Images and media files
│ └── screenshot.png
├── icons/ # Extension icons
│ ├── icon16.png
│ ├── icon48.png
│ └── icon128.png
└── README.md # Documentation
- HTML5
- CSS3
- Vanilla JavaScript
- Chrome Extension APIs
- Font Awesome Icons
This project is licensed under the MIT License - see the LICENSE file for details.
Vulct
- GitHub: @vulct174
- Email: vulct.it@gmail.com
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you have any questions or need help, please:
- Check the issues page
- Contact me via email: vulct.it@gmail.com
Made with ❤️ by Vulct