Open madduck opened 9 years ago
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:
http://www.facebook.com/
sandbox://1005/http://www.facebook.com/
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/
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.