Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 638 Bytes

File metadata and controls

10 lines (7 loc) · 638 Bytes

Getting Started With Google Chrome Extensions (Hello World)

This example demonstrates how to create a simple "Hello World" Chrome Extension. For more details, visit the official tutorial.

Running This Extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Click the extension icon in the Chrome toolbar, then select the "Hello Extensions" extension. A popup will appear displaying the text "Hello Extensions".