https://github.com/gocom/startpage
New tab page
https://github.com/gocom/startpage
startpage webextension
Last synced: about 1 year ago
JSON representation
New tab page
- Host: GitHub
- URL: https://github.com/gocom/startpage
- Owner: gocom
- License: mit
- Created: 2020-07-21T07:58:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:58:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T11:08:27.902Z (over 1 year ago)
- Topics: startpage, webextension
- Language: JavaScript
- Homepage: https://gocom.github.io/startpage/
- Size: 26.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Start Page
=====
[Demo](https://gocom.github.io/startpage/) | [Download](https://github.com/gocom/startpage/releases)
[](https://sonarcloud.io/dashboard?id=gocom_startpage) [](https://sonarcloud.io/dashboard?id=gocom_startpage)
Personal new tab speed dial. Work in progress.

Install
-----
### Download a web extension
Download a packaged web extension from [releases](https://github.com/gocom/startpage/releases)
or [build artifacts](https://github.com/gocom/startpage/actions?query=workflow%3ACI)
and load it in your web browser.
There are currently no releases in any extension marketplaces; Chrome Web Store
and the like.
### Build Locally from source
Clone the repository and build:
```
$ git clone https://github.com/gocom/startpage.git
$ make build
```
The created `build` directory can then be loaded as a development web extension in your web browser.
Development
----
For more information about local development, see [CONTRIBUTING.md](https://github.com/gocom/startpage/blob/master/CONTRIBUTING.md).