Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostintangent/open-in-cw-browser-extension
Chrome extension for opening tasks in GitHub workspace
https://github.com/lostintangent/open-in-cw-browser-extension
Last synced: 4 days ago
JSON representation
Chrome extension for opening tasks in GitHub workspace
- Host: GitHub
- URL: https://github.com/lostintangent/open-in-cw-browser-extension
- Owner: lostintangent
- Created: 2024-04-24T00:36:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T03:24:43.000Z (7 months ago)
- Last Synced: 2024-10-16T20:58:29.831Z (27 days ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open in Workspace Chrome Extension
This repository now hosts a Chrome extension that enhances your browsing experience by allowing you to select text on any webpage, right-click it, and choose an "Open in Workspace" option. This action triggers a popup asking for the GitHub repository name related to the selected task.
Additionally, you can now use the browser action button to trigger the same functionality without needing to use the context menu. Simply click on the extension's icon in the browser toolbar after selecting text on a webpage.
## Installation
To install the extension:
1. Download the extension files from this repository.
2. Open the Chrome browser and navigate to `chrome://extensions/`.
3. Enable Developer Mode by toggling the switch in the top right corner.
4. Click on "Load unpacked" and select the downloaded extension directory.## Usage
To use the extension through the context menu:
1. Select text on any webpage.
2. Right-click the selected text to open the context menu.
3. Click on the "Open in Workspace" option.
4. A popup will appear asking for the GitHub repository name. Enter the name in the text box provided.
5. Click the save button. This will open a new tab to `https://copilot-workspspace.githubnext.com/?task=`, where `` is the GitHub repository name you entered, and `` is the text you had selected.To use the extension through the browser action button:
1. Select text on any webpage.
2. Click on the extension's icon in the browser toolbar.
3. The popup will now request the latest selected text directly from the background script, ensuring you always have the most current selection. Enter the GitHub repository name in the text box provided.
4. Click the save button. This will open a new tab to `https://copilot-workspspace.githubnext.com/?task=`, where `` is the GitHub repository name you entered, and `` is the text you had selected.Enjoy the seamless integration of your browsing and Copilot Workspace!