This simple Chrome extension automates the process of appending custom text to the end of website URLs.
This extension is perfect for anyone who needs to frequently access specific sections of websites by appending a consistent text pattern to the URL. For example, a WordPress administrator might use it to quickly access the admin panel by appending '/wp-admin'.
- Download: Download the source code of this extension (either as a ZIP file or by cloning the repository).
- Edit
background.js
:- Find the line
newURL += 'wp-admin';
- Replace
/wp-admin
with the text you want to append.
- Find the line
- Load in Chrome:
- Go to
chrome://extensions
in your Chrome browser. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the folder containing the extension's files.
- Go to
- Once installed, the extension's icon will appear in your Chrome toolbar.
- Navigate to any website where you want to append your custom text.
- Click the extension's icon. The URL will automatically be modified.
- This extension does not modify URLs that already end with your chosen text.
- It does not work on Chrome's internal pages (e.g., chrome://settings).
This extension was created using Gemini Advanced, and is provided as-is, without any guarantees or warranties. Use at your own discretion.