An open API service indexing awesome lists of open source software.

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

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