Skip to content

Commit 40e9576

Browse files
Added README Files For Tutorials (#1371)
* tutorials redme * update 404 URLs * tutorials redme * readme files * readme * readme * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <[email protected]> * url change not required * Update functional-samples/tutorial.tabs-manager/README.md Co-authored-by: Oliver Dunk <[email protected]> * Update README.md * Update functional-samples/tutorial.tabs-manager/README.md Co-authored-by: Oliver Dunk <[email protected]> * Update functional-samples/tutorial.hello-world/README.md Co-authored-by: Oliver Dunk <[email protected]> * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <[email protected]> * Update functional-samples/tutorial.hello-world/README.md Co-authored-by: Oliver Dunk <[email protected]> * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <[email protected]> * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <[email protected]> * Update functional-samples/tutorial.getting-started/README.md Co-authored-by: Oliver Dunk <[email protected]> * foxed typo for tabGroups * Fixed typo for tabGroups --------- Co-authored-by: Oliver Dunk <[email protected]>
1 parent 692e9a9 commit 40e9576

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Getting Started With Google Chrome Extensions
2+
3+
This is an extension used in the [Debug extensions][1] tutorial. It changes the HTML body background color of the active tab.
4+
The purpose of this extension is to demonstrate how to create a simple Chrome Extension that uses the `default_popup`, `options_page` and `service_worker` manifest keys and `storage` and `tabs` APIs.
5+
6+
## Running This Extension
7+
8+
1. Clone this repository.
9+
2. Load this directory in Chrome as an [unpacked extension][2].
10+
3. Go to https://developer.chrome.com/docs/extensions/get-started/tutorial/debug or any web page.
11+
4. Click the extension icon in the Chrome toolbar, then click the three dots next to the "Getting Started Example" extension and select "Options".
12+
5. On the Options page, choose a color.
13+
6. Afterward, click the extension icon again, and the page's background color will change when you click the button in the extension popup.
14+
15+
[1]: https://developer.chrome.com/docs/extensions/get-started/tutorial/debug
16+
[2]: https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked

Diff for: functional-samples/tutorial.hello-world/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Getting Started With Google Chrome Extensions (Hello World)
2+
3+
This example demonstrates how to create a simple "Hello World" Chrome Extension.
4+
For more details, visit the [official tutorial](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world).
5+
6+
## Running This Extension
7+
8+
1. Clone this repository.
9+
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
10+
3. Click the extension icon in the Chrome toolbar, then select the "Hello Extensions" extension. A popup will appear displaying the text "Hello Extensions".

Diff for: functional-samples/tutorial.tabs-manager/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Tab Manager For Chrome Dev Docs
2+
3+
This Chrome extension helps you manage and group your tabs related to Google Chrome Developer documentation. It organizes tabs into a group titled "DOCS" for easier navigation and enhanced productivity.
4+
5+
Purpose of this extension is to demonstrate [chrome.tabGroups](https://developer.chrome.com/docs/extensions/reference/api/tabGroups) API to interact with the browser's tab grouping system.
6+
7+
## Running This Extension
8+
9+
1. Clone this repository.
10+
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
11+
3. Open these two URLs in separate tabs:
12+
- [https://developer.chrome.com/docs/extensions](https://developer.chrome.com/docs/extensions)
13+
- [https://developer.chrome.com/docs/extensions/reference/api](https://developer.chrome.com/docs/extensions/reference/api)
14+
4. Click the extension icon in the Chrome toolbar, then select the "Tab Manager for Chrome Dev Docs" extension. A popup will appear having title "Google Dev Docs" and button named "Group Tabs". Click on the button to group the two tabs.

0 commit comments

Comments
 (0)