# Using Sandbox as a Chrome application (full screen mode)

The FinnGen Sandbox can be installed as a Chrome application, creating a Sandbox shortcut icon on your desktop and allowing you to view Sandbox in a convenient full-screen mode.

See the tutorial on the [Users' meeting 15th Dec 2020 video](https://www.finngen.fi/en/members/recordings/finngen-data-users-meeting-15th-dec-2020) at 28min 47sec.

#### **Step 1:**

To install Sandbox as Chrome App, first open Sandbox in a new tab in the Google Chrome web browser.

#### Step 2:

In Chrome select![](https://3072695768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhYL0UTLjqsuIdK0SSO%2Fuploads%2Fgit-blob-b58fbeb62ee19ed262a17c36995c5e6768d252ec%2Fimage%20\(849\).png?alt=media)from the upper right corner, `More Tools`, then `Create Shortcut…`

![](https://3072695768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhYL0UTLjqsuIdK0SSO%2Fuploads%2Fgit-blob-845682d6ae828471e4d13dd96f2096d48629734e%2Fimage%20\(510\).png?alt=media)

#### **Step 3:**

In the popup window that opens, click `Open as window` and press `Create`.

![](https://3072695768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhYL0UTLjqsuIdK0SSO%2Fuploads%2Fgit-blob-8387e433e67405c4d041beb537497d43df0da777%2Fimage%20\(216\).png?alt=media)

#### **Step 4:**

Access the FinnGen Sandbox App by navigating to `chrome://apps` and selecting FinnGen Sandbox from there. Clicking the Sandbox icon will create a shortcut to FinnGen Sandbox App on your desktop.

![](https://3072695768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhYL0UTLjqsuIdK0SSO%2Fuploads%2Fgit-blob-fb29f3ca3d27b4e8ad6ed14f3c3349b569744d0f%2Fimage%20\(440\).png?alt=media)

**Alternatively**, you may use Finder on your computer to find and open the Chrome Apps folder and copy the shortcut to FinnGen Sandbox to your desktop from there.

You now have quick access to the FinnGen Sandbox Chrome App from your desktop by double-clicking the newly created FinnGen Sandbox shortcut icon, shown below.

![](https://3072695768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhYL0UTLjqsuIdK0SSO%2Fuploads%2Fgit-blob-7dba56d0e0a6f05fac93dbe854e16e4d291863c2%2Fimage%20\(138\).png?alt=media)

With the Sandbox App, the Sandbox environment will be displayed in a convenient full-screen mode.

![](https://3072695768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhYL0UTLjqsuIdK0SSO%2Fuploads%2Fgit-blob-bd87e52f4938173ddec9d3c9357ae0f097afa3de%2Fimage%20\(162\).png?alt=media)

###

### Firefox within Sandbox

If you are using the Firefox browser contained within Sandbox (e.g. for [Atlas](https://docs.finngen.fi/working-in-the-sandbox/which-tools-are-available/atlas), [Cohort Operations](https://docs.finngen.fi/working-in-the-sandbox/which-tools-are-available/cohort-operations-tool-co), or [Trajectory Visualization Tool](https://docs.finngen.fi/working-in-the-sandbox/which-tools-are-available/trajectory-visualization-tool-tvt)) you may toggle the full-screen mode on and off from the `F11` key or by selecting ![](https://3072695768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhYL0UTLjqsuIdK0SSO%2Fuploads%2Fgit-blob-46eec2e710eac38d768337af7055ad87719a593e%2Fimage%20\(595\).png?alt=media)and ![](https://3072695768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhYL0UTLjqsuIdK0SSO%2Fuploads%2Fgit-blob-16a7caf95ef9913261380beede24d038a8c6ad70%2Fimage%20\(77\).png?alt=media)from the `Zoom` option in the drop-down menu.

![](https://3072695768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhYL0UTLjqsuIdK0SSO%2Fuploads%2Fgit-blob-736a9771bb08cb3a253f881e0c3eecf42d765666%2Fimage%20\(234\).png?alt=media)

### Entering the full-screen mode using config script

You may also use the following script in Terminal Emulator in Sandbox to enter the full-screen mode.

<pre><code><strong># moves bar menu to left
</strong><strong>xfconf-query -c xfce4-panel -p /panels/panel-1/mode -n -t int -s 1 &#x26;
</strong>
# hides the icons on the bottom 
xfconf-query -c xfce4-panel -p /panels/panel-2/autohide-behavior -n -t int -s 2 &#x26;

# adds 4 workspaces
xfconf-query -c xfwm4 -p /general/workspace_count -s 4 &#x26;

# TODO: adds 'Worksapce Switcher' F11 to bar menu
</code></pre>

After you have run the above script in Terminal Emulator press F11 to enter the full-screen mode. Pressing F11 again will exit from the full-screen mode.
