https://github.com/tylerwolff/chrome-newtab-boilerplate
https://github.com/tylerwolff/chrome-newtab-boilerplate
chrome-extension newtab template
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tylerwolff/chrome-newtab-boilerplate
- Owner: tylerwolff
- Created: 2019-09-25T01:58:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T02:10:49.000Z (over 6 years ago)
- Last Synced: 2025-10-08T03:32:27.132Z (8 months ago)
- Topics: chrome-extension, newtab, template
- Language: CSS
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome new tab extension boilerplate
This repo can be used as a starting point for a new tab chrome extension. It includes a `manifest.json` and a `newtab.html` file with links to styles and javascript.
## How to use
Fork this repo (or click `Use this template`). To preview the new tab in chrome you‘ll need to load the extension in Chrome. For more info on this process check out the official [getting started guide](https://developers.chrome.com/extensions/getstarted).