https://github.com/zaaack/chrome-app-launcher
a web app manager for chrome
https://github.com/zaaack/chrome-app-launcher
Last synced: 12 months ago
JSON representation
a web app manager for chrome
- Host: GitHub
- URL: https://github.com/zaaack/chrome-app-launcher
- Owner: zaaack
- License: mit
- Created: 2015-10-18T14:06:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T00:47:43.000Z (almost 10 years ago)
- Last Synced: 2025-03-11T07:52:50.438Z (over 1 year ago)
- Language: JavaScript
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chrome-app-launcher [WIP]
## Introduce
An unofficial Chrome App Launcher to take the place of the official version, since Google had totally removed from Chrome.
## Feature
* pin on docker just like the old App Launcher
* Add or remove web app from open tabs.
* Auto save last page
* Auto start when open Chrome
* Sort, Category, Tag
* Sync, theme
* ...
## development
```sh
git clone https://github.com/zaaack/chrome-app-launcher
cd chrome-app-launcher
npm i
npm run build:dll
npm start
```