The PrettyLinks Manager Chrome Extension (v1.1) is designed to help you manage your WordPress PrettyLinks directly from your browser. It provides a convenient interface for viewing, searching, creating, editing, and managing your PrettyLinks without needing to access the WordPress admin panel.
2025-01-09_08-32-27.1.mp4
- Download and prepare the extension:
- Download or clone the repository
- Run
npm install
to install dependencies
- Install in Chrome:
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the
core-files
folder - The PrettyLinks Manager icon will appear in your toolbar
- Open Chrome and navigate to
Coming soon! The extension will be available for easy one-click installation.
- Click the PrettyLinks Manager icon in your Chrome toolbar
- You'll be automatically redirected to the options page on the first install
- Enter your WordPress site details:
- WordPress Site URL (e.g., https://your-site.com)
- API Key (found in PrettyLinks → Developer Tools)
- Click "Test Connection" to verify your settings
- Click "Save Settings" to store your configuration
- View all your PrettyLinks in a paginated list
- Each link displays:
- Title
- Slug
- Target URL
- Action buttons (Edit, Copy, Insert, Delete)
- Use the search box at the top of the popup to filter links
- Search works across title, slug, and target URL
- Results update automatically as you type
- Focus on any text input field on a webpage
- Click the "Insert" button on the desired link
- The short URL will be inserted at the cursor position*
*Note: For Google Docs, please use the "Copy" button and paste manually as direct insertion is currently not supported.
- Click the "Delete" button on any link
- Confirm the deletion
- Link will be removed from your PrettyLinks
-
Google Docs Integration
- Currently, direct link insertion in Google Docs is not supported
- Use the "Copy" button and paste manually instead
-
Connection Failed
- Verify your WordPress site URL is correct
- Check that your API Key is valid
- Ensure your WordPress site is accessible
-
Insert Not Working
- Make sure you're focused on an editable text field
- Some websites may restrict script injection
- For Google Docs, use copy/paste method
-
Authorization Error
- Verify your API Key in the options page
- Check PrettyLinks plugin permissions
- WordPress Gutenberg ✅
- WordPress Classic Editor ✅
- Gmail ✅
- Regular contenteditable elements ✅
- Google Docs (Copy/paste only)
⚠️
- Google Chrome browser
- WordPress website with PrettyLinks plugin installed
- PrettyLinks Developer Tools plugin activated
- Valid PrettyLinks API Key
- HTTPS for production sites (recommended)
- API keys are encrypted locally
- No tracking or data collection
- Open-source codebase for transparency
The extension can be updated by:
- Downloading the latest version
- Running
npm install
to update dependencies - Updating the extension in Chrome by clicking "Load unpacked" and selecting the
core-files
folder - Your settings will be preserved between updates
We welcome contributions! Please read our contributing guidelines before submitting pull requests.
Copyright © 2024 PrettyLinks, LLC. All rights reserved.
For issues and feature requests, please use the GitHub issue tracker.