본문 바로가기
IT/Frontend

프론트엔드 개발자를 위한 크롬 Extensions 과 Online Tools

by DOSGamer 2020. 2. 25.
반응형

크롬 Extensions

  • CSSViewer : A simple CSS property viewer
  • React Developer Tools : Adds React debugging tools to the Chrome Developer Tools
  • Augury : Extends the Developer Tools, adding tools for debugging and profiling Angular applications
  • Vue.js devtools : for debugging Vue.js applications
  • JSON Viewer : The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen
  • Library Sniffer : Sniff web framework and javascript libraries run on browsing website
  • Web Developer : Adds a toolbar button with various web developer tools
  • ColorPick Eyedropper : A zoomed eyedropper & color chooser tool that allows you to select color values from webpages and more
  • CSS Peeper : Extract CSS and build beautiful styleguides
  • WhatFont : The easiest way to identify fonts on web pages
  • User-Agent Switcher for Chrome 

 

Online Tools

  • Bit.dev : code components 공유 사이트
  • CanIUse : makes it easy for you to test a Web API for browser compatibility
  • Minify : To reduce the bundle size
  • Unminify : This tool reverses what minify does
  • Stackblitz : The online code editor for web apps
  • JWT.io : JSON Web Token is a compact URL-safe means of representing claims to be transferred between two parties
  • BundlePhobia : helps you find the performance impact of adding a npm package to your front-end bundle
  • Babel REPL : we can transpile ES6+ code to ES5
  • Prettier : Prettier is an opinionated JS code formatter
  • Postman : This tool helps with a quick test of your API endpoints
  • JSLint : This online tool version of the JSLint enables us to lint a piece of JS code or a JS file in our browser.
  • Storybook : open source tool for developing UI components in isolation for React, Vue, and Angular

 

반응형

'IT > Frontend' 카테고리의 다른 글

Regex 정규식 표현방법 정리  (0) 2022.08.26
ESLint 규칙  (0) 2022.08.25
Vue.js 개발환경  (0) 2020.03.09
예제로 배우는 Vue.js  (0) 2020.03.05
Our Next Web Framework is Vue  (0) 2020.02.13
AWS Lambda 를 이용한 Nuxt.js 프로젝트 구현  (0) 2019.12.03
갤럭시 S 시리즈 출시일  (0) 2019.10.29
Frontend 웹개발 연습환경  (0) 2019.08.16