Skip to content

Chrome extension for a grid overlay with configurable settings similar to Sketch Grid

License

Notifications You must be signed in to change notification settings

mschimk1/sketch-grid-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketch Grid Chrome Extension

Build Status Coverage Status

Sketch Grid is a Chrome extension for front-end developers. It adds a customisable baseline grid and layout settings similar to Sketch to your web page.

Sketch Grid Settings

Sketch Grid Settings

Extension Grid Overlay Settings

Grid Overlay Settings

This project is fairly new, but does the following already:

  • Switch turns the grid overlay on and off
  • Configurable grid options
  • Synchronizes extension popup, options and content pages
  • Default settings based on 8pt grid for the core structure of your page grid

Note: This project was originally bootstrapped with Create React App. It has since been ejected to support multiple Webpack entry points, and to remove the chunk hashes from build output filenames so that they can be referenced in the Chrome extension manifest file.

Installation

Install via Git

  • Clone the git repository to your local machine.
  • Run yarn install and yarn run build
  • Open Chrome and navigate to Extensions.
  • Be sure the "Developer mode" switch is on and then click "Load unpacked" button.
  • Navigate to the folder on your machine and press Select.
  • Click the extension logo in the toolbar to activate the extension.
  • Use the switch to toggle the grid overlay.
  • Either click the settings cog, or navigate to the extension Options page to change grid settings.

Development

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn run build

Builds the app for bundling to the build folder.

Ideas & Tasks

  • Add Sketch layout settings
  • Styling of extension views
  • Add keyboard shortcuts
  • Add Sketch Guides
  • Help content tab
  • E2E tests of extension views

Known Issues

  • Grid overlay will not appear if the local storage of a tab is exhausted.

Credits & Inspiration

Providing Feedback

Would love to hear your feedback.

License

Unlicense

About

Chrome extension for a grid overlay with configurable settings similar to Sketch Grid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published