Easily copy the direct URL of any free image on Unsplash with a single click! Perfect for developers, designers, or anyone looking to quickly integrate Unsplash images into their code or use them as embedded content.
Published in Chrome Store
- Copy Image URL: A "Copy Link" button appears over each free Unsplash image, allowing you to instantly copy the image URL to your clipboard.
- URL Customization: Click on the extension icon to open the settings menu and customize the copied URL. Set default parameters like width, height, quality, and more using the imgix Rendering API.
- Excludes Paid Content: The extension works only with free images. Paid content is automatically excluded.
-
Clone or Download the Repository:
git clone https://github.com/yourusername/unsplash-image-link-copier.git
cd unsplash-image-link-copier
-
Load the Extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" (top right corner).
- Click "Load unpacked" and select the folder containing the extension files.
- Open Chrome and navigate to
-
Copy Image URLs:
- Visit Unsplash.
- Hover over any free image to see the "Copy Link" button.
- Click the button to copy the image URL to your clipboard.
-
Customize URLs:
- Click on the extension icon in the Chrome toolbar.
- Set your preferred default parameters (e.g., width, height, quality) for the copied image URL.
- Save your settings to apply them automatically to every copied link.
The extension requires the following permissions:
clipboardWrite
: To copy the image URL to the clipboard.storage
: To save user-defined settings like default image parameters.Host permissions
: To access Unsplash domains and modify the page content.
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For feedback, suggestions, or issues, please create an issue in the repository or contact me directly.