aboutsummaryrefslogtreecommitdiff
path: root/chromium-extensions
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-02-23 12:36:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-02-23 12:36:00 -0300
commit4bdf5ed0b5a733e63d7be593f54218397f9557e9 (patch)
treed58f59b24418a660362984478d488ec8daadca49 /chromium-extensions
parent2c121523b3b3a8a299ab1c34cc154c42c040fecd (diff)
downloadutils-x11-4bdf5ed0b5a733e63d7be593f54218397f9557e9.tar.gz
utils-x11-4bdf5ed0b5a733e63d7be593f54218397f9557e9.tar.bz2
Adds chromium-extensions
Diffstat (limited to 'chromium-extensions')
-rwxr-xr-xchromium-extensions7
1 files changed, 7 insertions, 0 deletions
diff --git a/chromium-extensions b/chromium-extensions
new file mode 100755
index 0000000..967b8c9
--- /dev/null
+++ b/chromium-extensions
@@ -0,0 +1,7 @@
+#
+# Wrapper around chromium to enable extensions
+#
+
+if which chromium 2> /dev/null; then
+ CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions" chromium
+fi