Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcut buttons / bookmarks #13

Open
madduck opened this issue Mar 7, 2015 · 1 comment
Open

Shortcut buttons / bookmarks #13

madduck opened this issue Mar 7, 2015 · 1 comment

Comments

@madduck
Copy link

madduck commented Mar 7, 2015

Maybe there could also be a way to create bookmarks or toolbar buttons that open a given sandbox directly. Ideally, the URL can be specified independently, not just hardcoded in the sandbox definition (the "homepage"). So going to a bookmark or clicking on a button creates a new tab with a given sandbox applied, and loads a specific URL therein.

@dogancelik
Copy link

Update: I backed this issue, please support it: https://www.bountysource.com/issues/9291203-shortcut-buttons-bookmarks

An idea: sandbox:// or priv8:// is like a protocol (like http://) but not a real protocol. It's a shortcut, and will change Sandbox property of a tab.

Example: sandbox://APP_ID/YOUR_URL will open the sandbox with App Id APP_ID and URL YOUR_URL

So one can create a bookmark:

  • Normal bookmark (No sandbox): http://www.facebook.com/
  • Sandboxed bookmark: sandbox://1005/http://www.facebook.com/
  • Sandboxed bookmark (with default webpage): sandbox://1005

After going to sandbox://1005/http://www.facebook.com/, Priv8 will switch tab to a Sandbox tab, then Priv8 should automatically change this URL to original URL: http://www.facebook.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants