Manage and switch between multiple proxies quickly & easily. The project is available as a Chromium Extension. You can try it on Chrome Web Store, or grab a packaged extension file (CRX) for offline installation on the Releases page. This project contains a PAC generating module called omega-pac, which handles the profiles model and compile profiles into PAC scripts. This module is standalone and can be published to npm when the documentation is ready. The folder omega-target contains browser-independent logic for managing the options and applying profiles. Every public method is well documented in the comments. Functions related to browser are not included, and shall be implemented in subclasses of the omega-target classes. omega-web is a web-based configuration interface for various options and profiles. The interface works great with omega-target as the back-end.
Features
- Available as a Chromium Extension
- Contains a PAC generating module called omega-pac, which handles PAC scripts
- Functions related to browser are not included, and shall be implemented in subclasses of the omega-target classes
- omega-web is a web-based configuration interface for various options and profiles
- SwitchyOmega is free software
- SwitchyOmega has migrated to use npm and grunt for building