https://github.com/solygambas/chrome-extensions
4 quick examples to explore the basic concepts of Chrome extension development.
https://github.com/solygambas/chrome-extensions
chrome chrome-extension chrome-extensions javascript
Last synced: about 2 months ago
JSON representation
4 quick examples to explore the basic concepts of Chrome extension development.
- Host: GitHub
- URL: https://github.com/solygambas/chrome-extensions
- Owner: solygambas
- Created: 2023-02-04T12:42:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:26:20.000Z (over 1 year ago)
- Last Synced: 2025-08-04T04:05:18.065Z (11 months ago)
- Topics: chrome, chrome-extension, chrome-extensions, javascript
- Language: JavaScript
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extensions
4 quick examples to explore the basic concepts of Chrome extension development.
| # | Project | Description |
| --- | ------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| 01 | [**Hello Extensions**](01-hello-extensions) | A basic extension displaying "Hello Extensions" when the user clicks on the extension toolbar icon. |
| 02 | [**Reading time**](02-reading-time) | An extension that inserts an element on every page automatically. |
| 03 | [**Focus Mode**](03-focus-mode) | An extension that simplifies the styling of the current page. |
| 04 | [**Tabs Manager**](04-tabs-manager) | An extension to manage browser tabs. |
Based on [Getting Started Guides](https://developer.chrome.com/docs/extensions/mv3/getstarted/) by Chrome Developers (2023).