Wednesday, July 26, 2017

7 Super-Useful Chrome Extensions for Designers in 2017

All designers have their own way of working. Whether you design directly in the browser (with code, I mean), or you only use web browsers for live-testing web designs in real-time (or otherwise), there are plenty of Chrome extensions for designers that will make your life exponentially easier. My biggest pet peeve? Having to open a huge desktop app to accomplish a relatively minor task, so I'm always looking for Chrome extensions that solve common design problems quickly.

Here are 7 super-useful Chrome extensions I can’t live without, and also, here's 6 Great Firefox Extensions for Designers,
in case you work in Firefox too (if you're a web developer you probably cross-test in all browsers!).

1. Page Ruler

Page Ruler is a useful Chrome extension for finding out the positioning and/or size of any element in the browser — it’s quicker than using the Chrome code inspector, or worse, awkwardly traipsing through CSS files. To start, use the crosshairs to draw a selection around the element in question. The bar at the top of the browser will tell you the length and width of that element, as well how far it is from the each edges of the screen (as if it had been applied fixed/absolute positioning).

Tip: use the arrow keys to fine-tune your selection for maximum accuracy.

Page Ruler Chrome Extension

2. WhatFont

As I constantly have to inspect fonts on webpages, to see what font-size is being used on certain blocks of text, what the actual font name is, and its color, the WhatFont Chrome extension is incredibly useful to me.

Click on any section of text to find out the Hex/RGBA value, weight, line-height, font style, and of course the font family.

Sometimes, adding the Chrome inspect window at the bottom of the browser throws things off while you're working, so being able to obtain all of this information without bringing up the entire inspect window makes things much easier!

WhatFont Chrome Extension

3. CSS3 Generator

CSS3 Generator is a Chrome app that will help you generate somewhat complex or hard-to-remember snippets of CSS code. You won’t need it for simple things, but let’s face it, some CSS values are difficult to code from scratch (such as the CSS needed to create cross-browser compatible gradients, or CSS transformations). With a couple of clicks you can generate some pretty useful CSS, preview it in the extension preview, then copy the CSS and paste the code into your real CSS file.

Here’s a list of what’s supported:

  • Multiple text shadows
  • Hex/RGBA codes
  • CSS transforms
  • Border radii
  • Multiple box shadows
  • Css columns
  • Arrows (for tooltips)
  • Gradients (linear, radial...even striped)

CSS3 Generator Chrome Extension

4. Check My Links

It’s fairly easy to mistype URLs (or forget to include them entirely, but that's another story), so whether your clients need help with existing websites, or if you’re building a website from scratch, Check My Links is a must-have for any web designer.

Check My Links will scan a webpage and look for broken links — simple as that. It saves you the hassle of having to manually check them yourself. The UI is pretty intuitive. Rather than presenting a list of dud links, Check My Links simply turns the broken links on the actual webpage red, while valid links will appear in green, so you can see what to fix at a glance. Simple!

Check My Links Chrome Extension

5. Gravit Designer

If you need to design a graphic, but you don’t want to open a resource-heavy design app (or if you don’t have one/don’t want to pay for one), download the free Gravit Designer extension for Chrome.

Surprisingly, it’s really fast. It’s super-easy to start a design with commonly-used artboard sizes, including presets for blog graphics, social media graphics and common print dimensions. Gravit is a vector design app, which makes designing scalable resolution-independent designs a total breeze.

I was surprised by the amount of options and features—it wasn’t too different from using a premium design app like Sketch, although the visual UI feels more like Affinity Designer.

Continue reading %7 Super-Useful Chrome Extensions for Designers in 2017%


by James George via SitePoint

No comments:

Post a Comment