# # Wrapper around chromium to enable extensions # See https://wiki.debian.org/Chromium#Extensions # if which chromium 2> /dev/null; then CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions" chromium $* fi