5 Useful Chrome extensions
- EYE DROPPER | COLOR PICKER
I believe that when developers find a color that they want to use on a website, they might want to know what that color’s code is. That’s why we have EYE DROPPER | COLOR PICKER. It’s a really useful tool and allows you to pick colors from websites and store them for later use.
2. Fake Filler
Is it so annoying when you test the Form on an application and you have to manually fill it in every time? A form filler helps you fill all inputs on a page with fake/dummy data. It randomly generates names, emails, phone numbers, and checkboxes, etc. This tool just makes me so happy when I have to create and test the form.
3. CSSViewer
CSSViewer is an easier way when you want to see CSS information without inspecting elements. You can simply hover over the section you need to see CSS property.
4. JSON Viewer
When you work with APIs, it’s harder to read raw JSON data without formatting. JSON Viewer helps you to handle JSON data in a readable and pretty format.
This extension allows the browser to simulate the screen sizes when you are working on responsive designs. You can customize the size by entering any width and/or height.