Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:01:36.000Z (18 days ago)
- Last Synced: 2024-12-18T14:21:06.691Z (18 days ago)
- Topics: chrome, chrome-extension, chrome-extensions, javascript
- Language: HTML
- Homepage:
- Size: 237 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).