Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaid-maker/chrome-extension
https://github.com/zaid-maker/chrome-extension
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaid-maker/chrome-extension
- Owner: Zaid-maker
- License: mit
- Created: 2023-03-25T19:49:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T19:16:25.000Z (8 months ago)
- Last Synced: 2024-11-09T22:47:35.552Z (2 months ago)
- Language: JavaScript
- Size: 2.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build your first Chrome Extension (Tutorial starter files)
Freshtab displays a beautiful image from Unsplash every time you open a new tab.
Tutorial:Here's what the completed project looks like:
![demo](https://github.com/Freshman-tech/freshtab/blob/master/demo.png)
## Setup
- Clone this repository to your filesystem:
```bash
git clone https://github.com/Freshman-tech/freshtab-starter-files
```- `cd` into the project folder and open it in your text editor.
- Follow along with [the tutorial](https://freshman.tech/first-chrome-extension).