https://github.com/cr0wg4n/dev-station-extension
Set of tools by developers for developers
https://github.com/cr0wg4n/dev-station-extension
chrome-extension dev-tools easy-to-use extension hacktoberfest
Last synced: 2 months ago
JSON representation
Set of tools by developers for developers
- Host: GitHub
- URL: https://github.com/cr0wg4n/dev-station-extension
- Owner: cr0wg4n
- License: gpl-3.0
- Created: 2023-03-01T04:27:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-22T00:20:38.000Z (2 months ago)
- Last Synced: 2026-03-22T12:44:23.286Z (2 months ago)
- Topics: chrome-extension, dev-tools, easy-to-use, extension, hacktoberfest
- Language: TypeScript
- Homepage: https://dev-station.lowleveltech.com/
- Size: 867 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Station - Browser Extension
> For developers by developers ❤️
The definitive swiss knife extension for Developers and tech enthusiast!
### Try It Now!
Published on [Chrome Web Store](https://chrome.google.com/webstore/detail/dev-station/dkdmpjoenjmbfmkiolekeclfmgcjalbg), please let me know what do you think on [extension's reviews](https://chrome.google.com/webstore/detail/dev-station/dkdmpjoenjmbfmkiolekeclfmgcjalbg/reviews).
### Current features
* Quotes and Mantras, random famous quotes for you.
* CSS Debugging, shows the true appearance of HTML elements
* RSS Checker, checks if the domain have some RSS sources, it scrapes and verifies some common url patterns for RSS feeds.
More features coming soon!
### Develpment Usage
```sh
nvm install
nvm use
npm install
npm run dev
```
### Contribution
> Contribution rules in progress 👷🚧🏗️
We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), so if you're introducing changes, use the command `pnpm run commit` to run Commitizen. The commit CLI will help ensure your commits follow the Conventional Commits standard.
### Features in development (easy to hard)
- [x] CSS outline for debugging
- [x] Quotes and Mantras (thank you so much https://quotable.io)
- [x] RSS checker
- [x] Lorem Ipsum Generator
- [x] Color Picker (great contribution [rafaelpeter03](https://github.com/rafaelpeter03), new feature!)
- [ ] Improvement: Status Tabs, save status
- [ ] Custom Script loader
- [ ] Website blocker (add a webpage with rickroll)
- [ ] Website metadata extractor (tag analyzer)
- [ ] Password Generator
- [ ] Multiple search engine searches
- [ ] Show Element Sizes
- [ ] Image Downloader
- [ ] Search for emails, phone numbers and URLs inside websites
- [ ] Windows resizer
### Issues
- [ ] add labels to icon
- [ ] ',' kills the numerical input
- [ ] Improce code quality