Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adislksn/chrome-ext-newtab
Open Source example of chrome extension newtab
https://github.com/adislksn/chrome-ext-newtab
chrome-extension chrome-extensions
Last synced: about 1 month ago
JSON representation
Open Source example of chrome extension newtab
- Host: GitHub
- URL: https://github.com/adislksn/chrome-ext-newtab
- Owner: adislksn
- Created: 2024-04-20T14:46:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T17:02:06.000Z (9 months ago)
- Last Synced: 2024-10-24T21:25:34.939Z (3 months ago)
- Topics: chrome-extension, chrome-extensions
- Language: CSS
- Homepage:
- Size: 20.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Chrome Extension New Tab](https://github.com/adislksn/chrome-ext-newtab)
![version](https://img.shields.io/badge/version-1.0.0-green.svg)
![license](https://img.shields.io/badge/license-MIT-blue.svg)[](https://github.com/adislksn/chrome-ext-newtab)
## Free static chrome extension for new tab page
Make your own new tab page with this extension. You can add your own links, images, and notes. It's free and open-source.## Installation
1. Clone this repository
2. Open Chrome
3. Go to `chrome://extensions/`
4. Enable developer mode
5. Click `Load unpacked`
6. Select the cloned folder## File Structure
```bash
chrome-ext-newtab
├─ manifest.json # Extension configuration
├─ newtab.html # Static new tab page
├─ style.css
├─ script.js
```## Contribution
Feel free to contribute to this project. You can add new features, fix bugs, improve the UI, and more. Just fork this repository, make your changes, and create a pull request.