Chrome 56: Install and use Extensions
Starting with Chrome 56 on Debian you might end up having no Extensions. To re-enable them again you have to start Chrome with
1 |
--enable-remote-extensions |
To make this a default add this flag to the default flags in /etc/chromium.d/default-flags:
1 2 |
# Enable extensions export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions" |
Reference: … Continue reading
Posted in Debian
Comments Off on Chrome 56: Install and use Extensions