8000 GitHub - totorome6/chrome-app-launcher: Apps Launcher - Chrome extension
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

totorome6/chrome-app-launcher

 
 

Repository files navigation

Launch Chrome apps using a fancy popup. Reorder them as you like.

alt Apps Launcher extension screenshot

Features

  • googlish look
  • drag'n'drop apps reordering
  • keyboard navigation - arrows + enter to launch + delete to uninstall
  • icon color customization
  • set launcher width and apps per row number
  • app labels on and off

Install

From Chrome WebStore

Place it on the desktop

I don't know whether it's a bug or feature in Chrome, however @brandoncomputer found a way to launch Chrome extension's window like a standalone app #49. To do so one needs to run Chrome with --app switch like this:

/path/to/google-chrome --app="chrome-extension://ijmgkhchjindcjamnckoiahagecjnkdc/popup.html"

So under Unix-like OS you could use the following script:

#!/bin/bash
`which google-chrome` --app="chrome-extension://ijmgkhchjindcjamnckoiahagecjnkdc/popup.html"

And on Windows one needs to create a shortcut LNK file running Chrome with the above parameter.

Build

$ npm install
$ gulp

About

Apps Launcher - Chrome extension

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.1%
  • CSS 12.4%
  • HTML 10.5%
0