https://github.com/uid11/fast-new-tab
Chrome extension: fast new tab without deep scripts and requests.
https://github.com/uid11/fast-new-tab
Last synced: 5 months ago
JSON representation
Chrome extension: fast new tab without deep scripts and requests.
- Host: GitHub
- URL: https://github.com/uid11/fast-new-tab
- Owner: uid11
- License: mit
- Created: 2016-09-27T19:42:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T06:07:35.000Z (almost 10 years ago)
- Last Synced: 2025-10-31T06:52:18.362Z (9 months ago)
- Language: HTML
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-new-tab #
[![NPM version][npm-image]][npm-url] ![dependencies][dependencies-image] [![License MIT][license-image]](LICENSE)
[](https://nodei.co/npm/fast-new-tab/)
**fast-new-tab** is a simple Chrome extension: fast new tab page without deep scripts and requests, without any permissions, and with all internal Chrome links.
**fast-new-tab** replace default Chrome new tab page to static clear page with basic chrome://* links.
## Usage ##
```bash
$ npm install fast-new-tab
$ cd fast-new-tab
```
Then drop **fast-new-tab**.crx on page [chrome://extensions](chrome://extensions) and confirm installing package.
Or you can packaging your own version:
```bash
$ chromium-browser --pack-extension=extension
```
It's create extension.crx (extension package) and extension.peb (extension private key).
Instruction from developer.chrome.com: [packaging](https://developer.chrome.com/extensions/packaging).
## Test ##
Preview new tab page:
```bash
$ npm install
$ npm test
```
## License ##
[MIT](LICENSE)
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg "license-image"
[dependencies-image]: https://img.shields.io/gemnasium/mathiasbynens/he.svg?maxAge=2592000 "dependencies-image"
[npm-image]: https://img.shields.io/npm/v/fast-new-tab.svg "npm-image"
[npm-url]: https://www.npmjs.com/package/fast-new-tab "fast-new-tab"