mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
* tutorials redme * update 404 URLs * tutorials redme * readme files * readme * readme * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <oliver@oliverdunk.com> * url change not required * Update functional-samples/tutorial.tabs-manager/README.md Co-authored-by: Oliver Dunk <oliver@oliverdunk.com> * Update README.md * Update functional-samples/tutorial.tabs-manager/README.md Co-authored-by: Oliver Dunk <oliver@oliverdunk.com> * Update functional-samples/tutorial.hello-world/README.md Co-authored-by: Oliver Dunk <oliver@oliverdunk.com> * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <oliver@oliverdunk.com> * Update functional-samples/tutorial.hello-world/README.md Co-authored-by: Oliver Dunk <oliver@oliverdunk.com> * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <oliver@oliverdunk.com> * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <oliver@oliverdunk.com> * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <oliver@oliverdunk.com> * foxed typo for tabGroups * Fixed typo for tabGroups --------- Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>
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
- Clone this repository.
- Load this directory in Chrome as an unpacked extension.
- Click the extension icon in the Chrome toolbar, then select the "Hello Extensions" extension. A popup will appear displaying the text "Hello Extensions".