Link2WhatsApp is a Chrome extension that lets you quickly save and send the current tab's URL to your WhatsApp, along with an optional note. It's perfect for sharing links with yourself or others, or for saving articles to read later.
- Save your WhatsApp number securely in your browser.
- Instantly grab the current tab's URL.
- Add an optional note before sending.
- Sends the link and note to your WhatsApp via a backend API.
- Install the extension in Chrome.
- Click the extension icon to open the popup.
- Enter and save your WhatsApp number (with country code, e.g., +91XXXXXXXXXX).
- The extension will display the current tab's URL and let you add a note.
- Click "Send to WhatsApp" to send the link and note to your WhatsApp.
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/. - Enable "Developer mode" (top right).
- Click "Load unpacked" and select the extension folder.
- The Link2WhatsApp icon will appear in your Chrome toolbar.
tabs: To get the current tab's URL.storage: To save your WhatsApp number securely.scripting: For Chrome extension scripting APIs.host_permissions: To allow API requests to the backend server.
This extension requires a backend API to forward messages to WhatsApp. The default endpoint is:
https://link2whatsapp-backend.vercel.app/api/sendToWhatsapp
The backend source code and deployment instructions can be found here: link2whatsapp-backend (GitHub)
Note: The backend must support CORS requests from Chrome extensions.
Pull requests and suggestions are welcome! For major changes, please open an issue first to discuss what you would like to change.