A lightweight Chrome extension that copies the current page’s title and URL in Jira or Slack-friendly markup. It automatically sanitizes special characters so your links don’t break the target format.
- One-click copy of the current page’s title and URL.
- Jira format:
[Title|URL] - Slack format:
[Title](URL) - Jira Short / Slack Short: Automatically truncate the title
- Auto-sanitization of special characters (e.g. braces, brackets, pipes).
- Clone or download this repository.
- Go to
chrome://extensions/in Google Chrome. - Enable Developer Mode (toggle in the top-right corner).
- Click Load unpacked and select the folder containing
manifest.json.
The extension should now appear in your toolbar. Pin it for quick access.
- Open any webpage in Chrome.
- Click the Chrome Link Formatter icon.
- Choose the format you need:
- Jira → copies
[Title|URL] - Jira Short → copies
[ShortTitle|URL](truncated to 35 chars) - Slack → copies
[Title](URL) - Slack Short → copies
[ShortTitle](URL)(truncated to 35 chars)
- Jira → copies
- Paste anywhere you want to reference the link!
- Fork this repository.
- Create a feature branch (
git checkout -b feature/my-feature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/my-feature). - Open a Pull Request.
Feel free to use this project as you see fit. Contributions are welcome!
