Chromium Profile CLI management tool to make Linux users be able to use Corporate Enterprise environments where Microslop's O365 decides that blocking Linux users will increase security.
~/Work/Sandboxes/<name>win10-edge, win11-chrome etc)go install github.com/cookiengineer/chromium-profiles/cmds/chromium-profiles@latest;
First setup is a little annoying, because Chromium's --load-extension parameter doesn't
work reliably for various reasons. The chromium-profiles create <name> command will do
the following:
~/Work/Sandboxes/<name>~/Work/Sandboxes/<name>/chromium-extensionschromium with the profile folder parameterschrome://extensions# List available Profiles
chromium-profiles list;
# Create a Profile in ~/Work/Sandboxes/enterprise-company-name;
chromium-profiles create enterprise-company-name;
#
# Follow CLI instructions to setup Farble Browser Extensions
#
After the Chromium Profile has been setup, it can be launched again in an easier manner:
chromium-profiles launch enterprise-company-name;
WTFPL
4 commits
Go
88.6%
JavaScript
11.4%
Chromium Profile CLI management tool to make Linux users be able to use Corporate Enterprise environments where Microslop's O365 decides that blocking Linux users will increase security.
~/Work/Sandboxes/<name>win10-edge, win11-chrome etc)go install github.com/cookiengineer/chromium-profiles/cmds/chromium-profiles@latest;
First setup is a little annoying, because Chromium's --load-extension parameter doesn't
work reliably for various reasons. The chromium-profiles create <name> command will do
the following:
~/Work/Sandboxes/<name>~/Work/Sandboxes/<name>/chromium-extensionschromium with the profile folder parameterschrome://extensions# List available Profiles
chromium-profiles list;
# Create a Profile in ~/Work/Sandboxes/enterprise-company-name;
chromium-profiles create enterprise-company-name;
#
# Follow CLI instructions to setup Farble Browser Extensions
#
After the Chromium Profile has been setup, it can be launched again in an easier manner:
chromium-profiles launch enterprise-company-name;
WTFPL
4 commits
Go
88.6%
JavaScript
11.4%