Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
/ molecule-a-day Public archive

Chrome extension displaying a chemistry molecule on new tab pages.

Notifications You must be signed in to change notification settings

cscape/molecule-a-day

Repository files navigation

Molecule a Day

A simple Chrome extension that displays a chemistry molecule each time you open a new tab.

To keep the extension really fast, we need to package everything into the extension directory and have users download all required files (instead of using stylesheet links). This includes fonts, images, JSON, jQuery, and stylesheets.

Developing

Developing the extension is really easy!

  • Open Chrome and navigate to chrome://extensions
  • Make sure the 'Developer Mode' checkbox is enabled in the top right corner of the page
  • Click the 'Load unpacked extension...' link on the top of the page
  • Navigate to the extension directory /chrome-extension and select it
  • That's it! As you make changes to the files in the extension directory, the extension will update too.

For more info on setting up the extension for the first time and getting the development environment set up, read this.

Releasing

  • bump the version in the manifest.json
  • run zip -r vocab.zip . in the chrome-vocab-extension directory
  • upload a new release in the chrome developer dashboard

About

Chrome extension displaying a chemistry molecule on new tab pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published