Chrome SS Tools is a Chrome extension that adds "Copy to clipboard" buttons to divs containing rspec commands on SameSystem CI pages.
- Works only on
ci.samesystem.net/* - Finds divs with
rspec ./spec/*content - Adds copy to clipboard buttons with dropdown options
- Automatically updates when new content loads
To enable and test this extension during development:
-
Clone or download this repository.
-
Open Chrome and go to: chrome://extensions/
-
Enable "Developer mode" (toggle in the top right corner).
-
Click "Load unpacked" and select the project folder
-
The extension will appear in your extensions list.
- Click the extension icon to open the popup.
- Visit a supported page (e.g.,
https://ci.samesystem.net/job/alfa/*) to see the content script in action.
-
For changes to take effect:
- After editing files, click the "Reload" button on the extension card in
chrome://extensions/. - Refresh the target page.
- After editing files, click the "Reload" button on the extension card in
manifest.json— Chrome extension manifestcontent.js— Content script injected into supported pagespopup.js— Popup script for extension UIhello.html— Popup HTMLlogo.png— Extension icon
- Make sure you are on a supported URL (
ci.samesystem.net/job/alfa/*). - If copy buttons do not appear, reload the extension and refresh the page.