Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1013 Bytes

README-template.md

File metadata and controls

27 lines (16 loc) · 1013 Bytes

To create a README for your sample

  1. Copy this file to your sample folder.
  2. Enter the requested information below.
  3. Delete these instructions.

For API samples use the name of the API. For example, a sample about the chrome.declarativeNetRequest would simply be called "chrome.declarativeNetRequest". (Do not use special formatting in headings.) For functional samples, the title should be what the sample demonstrates

Title

Describe what the sample demonstrates. If this is an API sample, link to the API.

This sample demonstrates ...

Overview

Describe how the sample demonstrates the API or use case and briefly describe how to use it.

Implementation Notes

Add any information that doesn't fit elsewhere in the README.

Running this extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Add the rest of the instructions here