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

https://github.com/vasanthk/demo-chrome-extension

Simple Chrome Extension
https://github.com/vasanthk/demo-chrome-extension

Last synced: about 2 months ago
JSON representation

Simple Chrome Extension

Awesome Lists containing this project

README

          

# Demo Chrome Extension

A sample chrome extension to check site metrics using [GTmetrix](https://gtmetrix.com/)

## How do I run it?

Type **“chrome://extensions”** in a tab to bring up the extensions page.

Once on this page, check “Developer mode” to enable loading unpacked extensions. This will allow you to load your extension from a folder.
Finally, click “Load unpacked extension” or simply drag the “extension” folder onto the page to load up the extension.
You should immediately see the extension show up as a Browser Action with your icon in the toolbar window of the current tab.

To test out the extension, navigate to a page you want to test. Then, go ahead and click the icon of extension.
When the HTML page comes up, click “Check now!” and you should immediately see the request and results from the current page being displayed.

## Links

[How to Create a Chrome Extension in 10 Minutes Flat](https://www.sitepoint.com/create-chrome-extension-10-minutes-flat/)