https://github.com/filippoliverani/anodizer
A simple macOS Google Chrome launcher with command line switches support
https://github.com/filippoliverani/anodizer
google-chrome launcher macos
Last synced: 2 months ago
JSON representation
A simple macOS Google Chrome launcher with command line switches support
- Host: GitHub
- URL: https://github.com/filippoliverani/anodizer
- Owner: filippoliverani
- License: other
- Created: 2017-02-24T13:13:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T18:45:20.000Z (about 9 years ago)
- Last Synced: 2024-10-18T19:51:06.429Z (over 1 year ago)
- Topics: google-chrome, launcher, macos
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anodizer
A macOS Google Chrome launcher with command line switches support.
## Installing
### Prerequisites
- [Google Chrome](https://www.google.com/chrome)
### Manually
Download and unzip the latest [Anodizer release](https://github.com/filippo-liverani/anodizer/releases/latest)
### Homebrew Cask
Add [Alcoholfree](https://github.com/filippo-liverani/homebrew-alcoholfree) tap
```
brew tap filippo-liverani/alcoholfree
```
Install cask
```
brew cask install anodizer
```
## Configuration
Anodizer uses a default set of switches to reduce browser fingerprinting and improve performances.
You can override default Anodizer switches creating a `.anodizer` file in your home directory
```
# $HOME/.anodizer
--one-switch-per-line
...
```