]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Adds chromium-extensions
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Feb 2017 15:36:00 +0000 (12:36 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Feb 2017 15:36:00 +0000 (12:36 -0300)
chromium-extensions [new file with mode: 0755]
chromium-incognito

diff --git a/chromium-extensions b/chromium-extensions
new file mode 100755 (executable)
index 0000000..967b8c9
--- /dev/null
@@ -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
index 4ad45ce907514b23799dd85bae736bbed7c685c6..9af8e7842082afa17782168e97f3ba06ad870433 100755 (executable)
@@ -1,5 +1,5 @@
 #
-# Wrapper around firefox
+# Wrapper around chromium
 #
 
 if which chromium 2> /dev/null; then