30 Top Best Chrome Extensions For Web Developers.

Mega Thread 🧵
1. CSS Viewer.

🔷 A simple CSS property viewer.

🔗 chrome.google.com/webstore/detai…
2. Page-ruler-redux

🔷 A Web Developer\Designer ruler to get perfect pixel dimensions and positioning to measure elements on any web page. 💻

chrome.google.com/webstore/detai…
3. Fonts Ninja

🔷 Speed up your design workflow!

chrome.google.com/webstore/detai…
4. CSS Peeper

🔷 Extract CSS and build beautiful style guides.

chrome.google.com/webstore/detai…
5. ColorZilla

🔷 Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies

chrome.google.com/webstore/detai…
6. PerfectPixel

🔷 This extension helps develop your websites with pixel perfect accuracy!

chrome.google.com/webstore/detai…
7. WhatFont - Find Font

🔷 Lets you know what font is used on any website

chrome.google.com/webstore/detai…
8. Githunt

🔷 Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.

chrome.google.com/webstore/detai…
9. Wappalyzer

🔷 Identify web technologies

chrome.google.com/webstore/detai…
10. EditThisCookie

🔷 EditThisCookie is a cookie manager. You can add, delete, edit, search, protect and block cookies!

chrome.google.com/webstore/detai…
11. Quick Javascript Switcher

🔷 Quick way to enable/disable Javascript

chrome.google.com/webstore/detai…

12. Toggle JavaScript

🔷 Enable or disable JavaScript without the hassle.

chrome.google.com/webstore/detai…
13. React Developer Tools

🔷 Adds React debugging tools to the Chrome Developer Tools.

chrome.google.com/webstore/detai…

14. Web Developer Checklist

🔷 Analyses any web page for violations of best practices

chrome.google.com/webstore/detai…
15. Site Palette

🔷 Extract colors from any website

chrome.google.com/webstore/detai…

16. GoFullPage - Full Page Screen Capture

🔷 Capture a screenshot of your current page in its entirety and reliably—without requesting any extra permissions!

chrome.google.com/webstore/detai…
17. Check My Links

🔷 Check My Links is a link checker that crawls through your webpage and looks for broken links.

chrome.google.com/webstore/detai…
18. Link Redirect Trace

🔷 The all-in-one redirect path analyzer. HTTP Headers, Rel-Canonicals, robots.txt, link power, trust, and risk analyzed, too!
chrome.google.com/webstore/detai…
19. Dark Reader

🔷 Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.

chrome.google.com/webstore/detai…

20. Web Developer

🔷 Adds a toolbar button with various web developer tools.

chrome.google.com/webstore/detai…
21. JSON Viewer

🔷 The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen.

chrome.google.com/webstore/detai…
22. QuickCode - Free Online Programming Courses

🔷 Quick Code Curates Free Online Programming Courses and serves best courses everyday.

chrome.google.com/webstore/detai…
23. Podcastle AI

🔷 Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.

chrome.google.com/webstore/detai…
24. Ghostery – Privacy Ad Blocker

🔷 Ghostery is a powerful privacy extension. Block ads, stop trackers, and speed up websites.

chrome.google.com/webstore/detai…
25. Clear history, Cache & Cookies Chrome

🔷 Delete your Chrome browsing history, cache, cookies, downloads, forms, local storage, and more in one click. | Easy and simple!

chrome.google.com/webstore/detai…
26. Readme - Text to Speech Reader

🔷 Turn text into lifelike speech

chrome.google.com/webstore/detai…

27. Audiblogs (Send As Podcast)

🔷 Instantly listen to any web page in the web browser or use a podcast player.

chrome.google.com/webstore/detai…
28. Window Resizer

🔷 Resize Google Chrome windows.

chrome.google.com/webstore/detai…
29. QR Code Generator

🔷 A super handy QR Code Generator / Creator for you.

chrome.google.com/webstore/detai…

30. BrowserStack

🔷 Instantly test your webpage on any desktop or mobile browser.

chrome.google.com/webstore/detai…
🔥 700+ Tools & Resource 🌟
for Developers, Designers, and Creators.

Learn.
Build.
Sell.

I've Curated incredible tools and learning resources for developers, designers & content creators.
mdjunaidap.gumroad.com/l/kEZkq

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Mohammed Junaid 🎯

Mohammed Junaid 🎯 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @mdjunaidap

23 Dec
Master HTML & CSS.

50+ Free Projects to Practice.

Mega Thread 🧵
1. Create your first HTML/CSS project
🔗

2. One Page Full Website Project For Practice
🔗

3. How To Make A Website Header Using HTML And CSS
🔗
4. Create a Website for Beginners
🔗

5. Build a responsive website from scratch with HTML & CSS
🔗

6. Building a pricing block with HTML & PuRe CSS
🔗
Read 16 tweets
21 Dec
Data Structures & Algorithms Roadmap for Beginners in 2022.

🧵↓. 🤯↓.
Data Structures & Algorithms are One of the very Important Topics to Crack Big Tech Companies.
Here's the best way to learn.
Read 16 tweets
20 Dec
Vue.js Roadmap for Beginners in 2022.

Thread🧵
⇝ Fundamentals ⇜

➙ Vue CLI
➙ Single File Components
➙ Binding Text & HTML
➙ Binding Attributes
➙ Conditional Rendering
➙ Lists and Keys
➙ Methods
➙ Event Handling
➙ Form Handling
➙ Computed Properties
➙ Watchers
⇝ Advanced Topics ⇜

➪ Component Architecture
➪ Component Props
➪ Custom Events
➪ Provide & Inject
➪ Slots
➪ Component Styles
➪ Dynamic Components
➪ Teleport Components
➪ HTTP Requests
➪ Lifecycle Hooks
➪ Template Refs
➪ Mixins
Read 9 tweets
18 Dec
React Roadmap for Beginners in 2022.

🧵
➪ Before Jumping into React make sure that you're good at Javascript Fundamentals.
⇝ Fundamentals ⇜

➙ Create React app
➙ Function Components
➙ Class Components
➙ JSX
➙ Props
➙ State
➙ useState and useEffect Hooks
➙ Conditional Rendering
➙ Lists and Keys
➙ Building Simple Forms
➙ Composition and Inheritance
Read 11 tweets
15 Dec
Javascript Roadmap for Beginners in 2021.

Thread 🧵
➩ Running Javascript

➙ Script tag
➙ Link external file
➙ Browser console
➙ with node
➩ Variables

➲ Declarations
➙ var
➙ let
➙ const
➙ Scope
➙ Global
➙ function
➙ Block
➙ Hoisting
Read 15 tweets
13 Dec
HTML & CSS Roadmap for Beginners in 2022.

Thread 🧵
➯ HTML

➺ What is HTML?
➺ HTML Elements
➺ Attributes
➺ Semantic HTML
➺ Accessibility
➯ CSS

✦ Fundamentals

➲ What is CSS?

➲ CSS Selectors
➺ Basic
➺ Complex
➺ Pseudo

➲ CSS Properties
➺ Color
➺ Background-color
➺ Font-family
➺ ...many more.
Read 8 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(