An open API service indexing awesome lists of open source software.

https://github.com/maxbeizer/simple-chrome-extension

Chrome extension basics
https://github.com/maxbeizer/simple-chrome-extension

Last synced: 11 months ago
JSON representation

Chrome extension basics

Awesome Lists containing this project

README

          

# Simple Chrome Extension
Learning the basics of chrome extensions from [Thoughtbot](https://robots.thoughtbot.com/how-to-make-a-chrome-extension).

## To Run in Chrome

> To load your extension in Chrome, open up chrome://extensions/ in your browser
> and click “Developer mode” in the top right. Now click “Load unpacked
> extension…” and select the extension’s directory. You should now see your
> extension in the list. When you change or add code in your extension, just
> come back to this page and reload the page. Chrome will reload your extension.

## License
MIT