Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riccardofasan/stack-overflow-tweaks-tool
StackOverflowTweaksTool is an extension for chromium based browsers and Firefox made for developers. It enables some UI customizations on any StackOverflow question page.
https://github.com/riccardofasan/stack-overflow-tweaks-tool
chrome chrome-extension chrome-extensions chromium firefox firefox-addon firefox-extension microsoft-edge microsoft-edge-extension stackexchange stackoverflow
Last synced: 17 days ago
JSON representation
StackOverflowTweaksTool is an extension for chromium based browsers and Firefox made for developers. It enables some UI customizations on any StackOverflow question page.
- Host: GitHub
- URL: https://github.com/riccardofasan/stack-overflow-tweaks-tool
- Owner: riccardoFasan
- License: mit
- Created: 2021-11-20T16:42:18.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-03T09:30:17.000Z (3 months ago)
- Last Synced: 2024-10-12T08:46:39.142Z (about 1 month ago)
- Topics: chrome, chrome-extension, chrome-extensions, chromium, firefox, firefox-addon, firefox-extension, microsoft-edge, microsoft-edge-extension, stackexchange, stackoverflow
- Language: JavaScript
- Homepage:
- Size: 601 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# StackOverflow Tweaks ToolStackOverflow Tweaks Tool is a **browser extension** made for developers. The extension provides a small control panel where you can customize the view of the StackOverflow question pages. It works on both Chromium and Firefox.
![alt text](./docs/images/main-screen-2.jpg)
## Features
### Highlight the Correct Answer
The correct answer, if any, will be highlighted with a green background.
### Jump to the Answer
If the answer is correct, a button will be added in the question header, next to the "ask a question" button. When you click the new button, the page will scroll to the correct answer.
### Jump to the Most Voted
Add a button in the question header. When you click the new button, the page will scroll to the most voted answer.
### Copy Answer Link
An "#" will appear next to each answer. By clicking it the link of that answer will be copied on your clipboard.
### Copy Code Blocks
A button will appear in the top-right corner of any code block. By clicking it the content of the block will be copied on your clipboard.
### Improve your Focus
Now you can hide the navigation and tooltip bars, so that nothing can distract you.
## Installation
You can find the extension on the [Chrome Web Store](https://chrome.google.com/webstore/detail/stackoverflow-tweaks-tool/dfignoicphdepgloiodeaiokaepjbnan) and on the [Firefox add-ons](https://addons.mozilla.org/firefox/addon/stackoverflow-tweaks-tool/) page.
### Building & Manual Installation
Clone the repository, then run the following command to install dependencies and make a buid.
```shell
npm i && npm run build
```> **⚠️** Run **npm run build firefox** if you want to build the Firefox version.
Now, go to your browser's extensions page, then turn on developer mode and load the src directory by clicking "load unpacked". Visit this [page](https://dev.to/ben/how-to-install-chrome-extensions-manually-from-github-1612) for more information on how to manually install an unpacked extension.
## Contributing & Bug Reporting
All help is welcome! Read the contribution guidelines for more info on submitting a PR or opening an issue.
## Acknowledgements
Special thanks to Dorotea Iob for designing the extension logo.
## License
StackOverflow Tweaks Tool is provided under the MIT license.