Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/detangle
https://github.com/google/detangle
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/google/detangle
- Owner: google
- License: apache-2.0
- Created: 2018-01-30T03:46:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T20:22:11.000Z (about 6 years ago)
- Last Synced: 2024-07-18T16:32:01.107Z (4 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 171
- Watchers: 13
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Detangle
This is not an official Google product.
Detangle automatically separates your browser into multiple browser profiles.
Corporate IT can specify a list of internal sites to be opened in the main
browser, and all other sites (including links) will be automatically handed off
to another profile.## Building
Bazel is required for building. The native messaging component can be built by
running:```
bazel build native_messaging:detanglenm
```Or build the package for Debian/Ubuntu by running:
```
bazel build native_messaging/deb:detanglenm_deb
```The Chrome extension component can be built by running:
```
bazel build chrome_ext
```