Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gocom/startpage
New tab page
https://github.com/gocom/startpage
startpage webextension
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T21:00:06.000Z (over 1 year ago)
- Last Synced: 2023-06-02T21:29:23.010Z (over 1 year ago)
- Topics: startpage, webextension
- Language: JavaScript
- Homepage: https://gocom.github.io/startpage/
- Size: 33.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=gocom_startpage&metric=coverage)](https://sonarcloud.io/dashboard?id=gocom_startpage) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=gocom_startpage&metric=alert_status)](https://sonarcloud.io/dashboard?id=gocom_startpage)
Personal new tab speed dial. Work in progress.
![Screenshot](https://raw.githubusercontent.com/gocom/startpage/screenshots/newtab.png)
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).