Org-Dex is a lightweight Firefox extension that allows users to quickly copy all open tab titles and URLs in Org-mode syntax for easy note-taking and session management.
- Fetches all open tabs in the current Firefox window.
- Formats the tab links using Org-mode syntax.
- Allows users to add a session name and optional description.
- Automatically copies the formatted session to the clipboard.
- Download latest release.
- Open
about:debugging
in Firefox. - Load the downloaded
org-dex.xpi-v1.0.0.zip
in Temporary Extension section. - The extension is now installed and ready to use.
- Click on the Org-Dex extension icon.
- Enter a session name and an optional description.
- Click the “Fetch Tabs” button.
- The session details, including tab titles and URLs, will be copied to your clipboard in Org-mode format.
- Paste the copied content into your Org document.
Session Name [2025-03-28 Fri 14:30] Optional session description *** [[https://example.com][Example Website]] *** [[https://another-site.com][Another Site]]
- Uses
browser.tabs.query()
to fetch all open tabs. - Formats tab data as Org-mode links.
- Uses
navigator.clipboard.writeText()
to copy the text. - Closes the popup automatically after copying.