<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chromebook Archives - Simple Help</title>
	<atom:link href="https://www.simplehelp.net/category/chromebook/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.simplehelp.net/category/chromebook/</link>
	<description>Common Questions, Simple Answers</description>
	<lastBuildDate>Wed, 20 Apr 2022 19:35:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.11</generator>

<image>
	<url>https://www.simplehelp.net/wp-content/uploads/simplehelp_logo-144x144.png</url>
	<title>Chromebook Archives - Simple Help</title>
	<link>https://www.simplehelp.net/category/chromebook/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Run a Basic Web Server With Google Chrome</title>
		<link>https://www.simplehelp.net/2021/07/09/how-to-run-a-basic-web-server-with-google-chrome/</link>
					<comments>https://www.simplehelp.net/2021/07/09/how-to-run-a-basic-web-server-with-google-chrome/#comments</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Sat, 10 Jul 2021 03:59:08 +0000</pubDate>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Web Design & Dev]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=17362</guid>

					<description><![CDATA[<p>This short guide will show you how you can turn Chrome into a web server that can be accessed across your network and even the Internet. Using a small, free extension you can turn Chrome from a web browser into a web browser and server. It&#8217;s super helpful for web development and perhaps the easiest &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2021/07/09/how-to-run-a-basic-web-server-with-google-chrome/"> <span class="screen-reader-text">How to Run a Basic Web Server With Google Chrome</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2021/07/09/how-to-run-a-basic-web-server-with-google-chrome/">How to Run a Basic Web Server With Google Chrome</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This short guide will show you how you can turn Chrome into a web server that can be accessed across your network and even the Internet. <span id="more-17362"></span></p>
<p>Using a small, free extension you can turn Chrome from a web browser into a web browser <em>and</em> server. It&#8217;s super helpful for web development and perhaps the easiest and fastest way to get a web server up and running. Although it&#8217;s not going to replace a full fledged server with a database, PHP etc, it does have quite a few features &#8211; which you can read about <a href="https://github.com/kzahel/web-server-chrome" rel="noopener" target="_blank">here</a>. </p>
<p>One of the particularly helpful features is that this works in Windows, macOS, Linux, Chrome OS &#8211; any operating system that Chrome works with. </p>
<ol>
<li> Start by heading over to the <a href="https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb" rel="noopener" target="_blank">Chrome Web Server extension page</a> on the Chrome Web Store. Install it as you would any other extension by clicking the <strong>Add to Chrome</strong> button. </li>
<p><img width="550" height="215" src="https://www.simplehelp.net/images/chrome_web_server/img00.png" alt="install the Web Server extension for Chrome" /></p>
<li> Launch <strong>Web Server</strong> from your list of Chrome Apps (enter <strong>chrome://apps</strong> in the Chrome address bar to get the full list).  </li>
<p><img width="534" height="432" src="https://www.simplehelp.net/images/chrome_web_server/img01.png" alt="list of Chrome apps" /></p>
<li> The web server will instantly start and a window will appear with a bunch of options. The first thing you&#8217;ll need to do is specify a web directory &#8211; the place where all of the html and related files you want to use with your web server are stored. To do so, click the <strong>CHOOSE FOLDER</strong> button.  </li>
<p><img width="476" height="781" src="https://www.simplehelp.net/images/chrome_web_server/img02.png" alt="Web Server for Chrome options" /></p>
<li> Navigate to the folder that contains the files that make up your web site, select it and click the <strong>Select Folder</strong> button. </li>
<p><img width="550" height="327" src="https://www.simplehelp.net/images/chrome_web_server/img03.png" alt="selecting a folder to use as web root" /></p>
<li> Now review the <strong>Options</strong> and make any changes you see fit. Then click the <strong>Show Advanced Options</strong> link. </li>
<p><img width="476" height="781" src="https://www.simplehelp.net/images/chrome_web_server/img04.png" alt="an arrow pointing at the link to Advanced Options for the Chrome Web Server extension" /></p>
<li> Again, make any changes you see fit. As you&#8217;d expect, you can of course change these at any point in the future. </li>
<p><img width="476" height="728" src="https://www.simplehelp.net/images/chrome_web_server/img05.png" alt="advanced options for an extension" /></p>
<li> You can view your web site by visiting the URL http://localhost:8887 or http://127.0.0.1:8887 </li>
<p><img width="550" height="578" src="https://www.simplehelp.net/images/chrome_web_server/img06.jpg" alt="a local web site displayed in the Chrome browser" /></p>
<li> If you enabled the <strong>Accessible on local network</strong> option you&#8217;ll be able to access the web server from other computers/devices on your network by entering its IP address followed by :8887 (the default port). For help determining your IP address, see this <a href="https://www.simplehelp.net/2019/11/06/how-to-determine-your-ip-or-mac-address-in-windows-10/">guide for Windows 10</a>, or <a href="https://www.simplehelp.net/2006/07/06/how-to-determine-your-ip-or-mac-address-in-windows/">this one for older versions of Windows</a>, or <a href="https://www.simplehelp.net/2007/08/14/how-to-determine-your-ip-or-mac-address-in-os-x/">this one for macOS</a>.   </li>
<p><img width="550" height="445" src="https://www.simplehelp.net/images/chrome_web_server/img07.jpg" alt="a web site on a networked computer displayed in Chrome for macOS" /></p>
<li> That&#8217;s it! To stop the web server, just close its window. </li>
</ol>
<p>If you want to run a much more advanced web server on your Windows PC, we have a guide that explains how to easily <a href="https://www.simplehelp.net/2020/08/09/how-to-install-wordpress-on-your-mac-or-windows-pc/" rel="noopener" target="_blank">install WordPress in Windows</a>. </p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2021/07/09/how-to-run-a-basic-web-server-with-google-chrome/">How to Run a Basic Web Server With Google Chrome</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2021/07/09/how-to-run-a-basic-web-server-with-google-chrome/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Let Android Apps Use an SD Card on a Chromebook</title>
		<link>https://www.simplehelp.net/2020/06/03/how-to-let-android-apps-use-an-sd-card-on-a-chromebook/</link>
					<comments>https://www.simplehelp.net/2020/06/03/how-to-let-android-apps-use-an-sd-card-on-a-chromebook/#comments</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Wed, 03 Jun 2020 19:29:39 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Chromebook]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=16173</guid>

					<description><![CDATA[<p>As of Chrome OS version 78 the method used to enable SD card access on a Chromebook has changed. This guide will show you how to allow Android Apps to access and use your SD card on a Chromebook. Since your Chromebook probably doesn&#8217;t have a particularly large hard drive, it can be very handy &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2020/06/03/how-to-let-android-apps-use-an-sd-card-on-a-chromebook/"> <span class="screen-reader-text">How to Let Android Apps Use an SD Card on a Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2020/06/03/how-to-let-android-apps-use-an-sd-card-on-a-chromebook/">How to Let Android Apps Use an SD Card on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As of Chrome OS version 78 the method used to enable SD card access on a Chromebook has changed. This guide will show you how to allow Android Apps to access and use your SD card on a Chromebook. <span id="more-16173"></span></p>
<p>Since your Chromebook probably doesn&#8217;t have a particularly large hard drive, it can be very handy to store things like audio and video files on an SD Card instead of the internal drive. When Google rolled out version 78 of Chrome OS, they changed the way Android Apps access an SD card on a Chromebook. It&#8217;s a bit more buried now, but it&#8217;s still totally possible to let apps like Netflix store downloaded files on an SD card instead of the hard drive. Here&#8217;s how &#8211; </p>
<ol>
<li> Open the <strong>Settings</strong> on your Chromebook. </li>
<p><img width="144" height="133" src="https://www.simplehelp.net/images/chromebook_sdcard/img00.png" alt="chrome os settings button" /></p>
<li> Select <strong>Device</strong> from the navigation panel on the left side of the window, and then <strong>Storage management</strong> in the <strong>Device</strong> section on the right side of the window. </li>
<p><img width="523" height="385" src="https://www.simplehelp.net/images/chromebook_sdcard/img01.png" alt="chrome os settings panel with device highlighted" /></p>
<li> Select <strong>External storage preferences</strong> </li>
<p><img width="271" height="416" src="https://www.simplehelp.net/images/chromebook_sdcard/img02.png" alt="chrome os external storage preferences option" /></p>
<li> Toggle the <strong>SD Card</strong> switch to <strong>ON</strong> </li>
<p><img width="497" height="242" src="https://www.simplehelp.net/images/chromebook_sdcard/img03.png" alt="the on off switch for sd card storage in chrome os" /></p>
<li> Now select <strong>Apps</strong> from the navigation panel on the right, and then <strong>Google Play Store</strong> from the panel on the right. </li>
<p><img width="550" height="346" src="https://www.simplehelp.net/images/chromebook_sdcard/img04.png" alt="chrome os settings panel with googleplay store highlighted" /></p>
<li> Choose <strong>Manage Android preferences</strong> </li>
<p><img width="200" height="172" src="https://www.simplehelp.net/images/chromebook_sdcard/img00x.png" alt="chrome os settings panel with manage android preferences highlighted" /></p>
<li> Select <strong>Apps &#038; notifications</strong> </li>
<p><img width="412" height="324" src="https://www.simplehelp.net/images/chromebook_sdcard/img05.png" alt="the chrome os google play store options and settings" /></p>
<li> Locate the App you want to allow to use your SD card. In this example we&#8217;re going to use Netflix. <em>Note:</em> you&#8217;ll need to perform the next 2 steps with each app that you want to be able to use your SD card. </li>
<p><img width="412" height="233" src="https://www.simplehelp.net/images/chromebook_sdcard/img06.png" alt="netflix in the apps and notifications panel" /></p>
<li> Select <strong>Permissions</strong> </li>
<p><img width="412" height="464" src="https://www.simplehelp.net/images/chromebook_sdcard/img07.png" alt="the netflix android app permissions" /></p>
<li> Toggle the <strong>Storage</strong> switch to <strong>ON</strong> </li>
<p><img width="412" height="324" src="https://www.simplehelp.net/images/chromebook_sdcard/img08.png" alt="the netflix android app storage permissions" /></p>
<li> At this point Netflix has been granted &#8216;permission&#8217; to use your SD card. Depending on the App you may not be done quite yet. With Netflix, you need to configure the App itself to start saving data on the SD card rather than the internal drive. To do that, open Netflix and click the <strong>More</strong> icon at the bottom of the window.  </li>
<p><img width="230" height="72" src="https://www.simplehelp.net/images/chromebook_sdcard/img09.png" alt="the netflix android app more button" /></p>
<li> Choose <strong>App Settings</strong> </li>
<p><img width="193" height="260" src="https://www.simplehelp.net/images/chromebook_sdcard/img10.png" alt="the netflix android app settings list" /></p>
<li> Scroll down and select <strong>Download location</strong> </li>
<p><img width="314" height="159" src="https://www.simplehelp.net/images/chromebook_sdcard/img11.png" alt="the netflix android app download location in settings" /></p>
<li> Now choose <strong>SD Card</strong> </li>
<p><img width="438" height="209" src="https://www.simplehelp.net/images/chromebook_sdcard/img12.png" alt="the netflix android app download location options" /></p>
<li> Confirm that the <strong>Download location</strong> has changed to <strong>SD Card</strong> </li>
<p><img width="299" height="150" src="https://www.simplehelp.net/images/chromebook_sdcard/img13.png" alt="the netflix android app download location in settings with sd card as the location" /></p>
<li> Going forward, when you download a video with Netflix to watch while you&#8217;re offline, it&#8217;ll be stored on your SD card instead of your internal hard drive. </li>
<li> Remember &#8211; you&#8217;ll need to repeat steps 7-9 with each Android App that you wish to grant access to your SD card. </li>
<li> You <em>should</em> be able to use your <a href="https://www.simplehelp.net/2019/11/29/how-to-change-where-spotify-saves-offline-files-android/" title="Use your SD card to store Spotify files">SD card to store files from Spotify</a> as well, but there seems to be <a href="https://community.spotify.com/t5/Ongoing-Issues/Issue-with-storage-option-switching-from-SD-Card-to-internal/idi-p/4655053" rel="noopener noreferrer" target="_blank">an ongoing issue</a> which may cause you headaches. </li>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2020/06/03/how-to-let-android-apps-use-an-sd-card-on-a-chromebook/">How to Let Android Apps Use an SD Card on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2020/06/03/how-to-let-android-apps-use-an-sd-card-on-a-chromebook/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Your Mac&#8217;s Keyboard With Other Devices</title>
		<link>https://www.simplehelp.net/2019/12/23/how-to-use-your-mac-keyboard-as-a-bluetooth-keyboard-for-other-devices/</link>
					<comments>https://www.simplehelp.net/2019/12/23/how-to-use-your-mac-keyboard-as-a-bluetooth-keyboard-for-other-devices/#respond</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Mon, 23 Dec 2019 12:10:40 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Kindle & Amazon Fire]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wireless]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15739</guid>

					<description><![CDATA[<p>This guide will take you step by step through the process of using your Mac&#8217;s keyboard to type on and/or control another device. Using a fantastic little app named Typeedo you can use your Mac&#8217;s keyboard to control other devices &#8211; like an iPhone or iPad, Android phone or tablet, an Apple TV, a Windows &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/12/23/how-to-use-your-mac-keyboard-as-a-bluetooth-keyboard-for-other-devices/"> <span class="screen-reader-text">How to Use Your Mac&#8217;s Keyboard With Other Devices</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/12/23/how-to-use-your-mac-keyboard-as-a-bluetooth-keyboard-for-other-devices/">How to Use Your Mac&#8217;s Keyboard With Other Devices</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide will take you step by step through the process of using your Mac&#8217;s keyboard to type on and/or control another device. <span id="more-15739"></span></p>
<p>Using a fantastic little app named Typeedo you can use your Mac&#8217;s keyboard to control other devices &#8211; like an iPhone or iPad, Android phone or tablet, an Apple TV, a Windows PC &#8211; even a gaming system. As long as the device supports bluetooth, you&#8217;re good to go. </p>
<p>Typeedo is available to use without any restrictions for 7 days before you&#8217;ll be required to purchase it, so if you&#8217;re not happy with it you can just delete it and carry on. After 7 days it&#8217;ll cost $7.99 on the <a href="https://apps.apple.com/us/app/typeeto-remote-full-size-bluetooth/id970502923?mt=12" rel="noopener noreferrer" target="_blank" title="typeedo in the mac app store">Mac App Store</a>. If you purchase Typeedo via the link available in the trial version, it costs $13.96. According to a representative from the company, this is the intended behavior, even though both versions are identical (it makes no sense to me either). So if you do decide to buy Typeedo, save yourself a few dollars and buy it on the <a href="https://apps.apple.com/us/app/typeeto-remote-full-size-bluetooth/id970502923?mt=12" rel="noopener noreferrer" target="_blank">Mac App Store</a>.<br />
<a name="top">&nbsp;</a><br />
Let&#8217;s get started! Head over to the <a href="https://mac.eltima.com/bluetooth-keyboard.html" rel="noopener nofollow noreferrer" target="_blank">Typeeto home page</a> and download the 7 day free trial. Once the download has completed, open the .dmg file and drag the app to your <strong>Applications</strong> folder to install it. Now just follow the <a href="#ios">instructions for iOS</a> (iPhones and iPads), <a href="#android">Android phones and tablets</a> or &#8220;<a href="#other">other</a>&#8221; (Windows, gaming devices, media centers etc). </p>
<hr />
<p><a name="ios"></p>
<h2>Use Your Mac&#8217;s Keyboard to Control an iPhone or iPad</h2>
<p></a></p>
<ol>
<li> First things first, open your <strong>System Preferences</strong> and select the <strong>Bluetooth</strong> icon. Make sure that Bluetooth is turned <strong>On</strong>. </li>
<p><img width="550" height="383" src="https://www.simplehelp.net/images/typeedo/img00.png" alt="" /></p>
<li> Now launch Typeeto. If this is your first time opening it, you&#8217;ll be taken through a quick tour. On the last screen, you may wish to remove the checkmark from the box labelled <strong>Open at login</strong> until you&#8217;re sure you want it to start up each time your Mac does.  </li>
<p><img width="550" height="398" src="https://www.simplehelp.net/images/typeedo/img01.png" alt="" /></p>
<li> The Typeeto Preferences window will open automatically.  </li>
<p><img width="550" height="541" src="https://www.simplehelp.net/images/typeedo/img02.png" alt="" /></p>
<li> Switch over to your iPhone/iPad and select the <strong>Settings</strong> button. </li>
<p><img width="120" height="141" src="https://www.simplehelp.net/images/typeedo/img03.png" alt="" /></p>
<li> Choose <strong>Bluetooth</strong> from the list of options. </li>
<p><img width="420" height="377" src="https://www.simplehelp.net/images/typeedo/img04.png" alt="" /></p>
<li> Make sure that the bluetooth toggle is switched to <strong>ON</strong> so that bluetooth is enabled, and then select your Mac from the list of available devices (it may take a few seconds to appear). </li>
<p><img width="450" height="339" src="https://www.simplehelp.net/images/typeedo/img05.png" alt="" /></p>
<li> Back over on your Mac, a confirmation window will appear. Click the <strong>Connect</strong> button. </li>
<p><img width="497" height="181" src="https://www.simplehelp.net/images/typeedo/img06.png" alt="" /></p>
<li> Your iPhone/iPad will now be connected to your Mac. </li>
<p><img width="450" height="303" src="https://www.simplehelp.net/images/typeedo/img07.png" alt="" /></p>
<li> Typeeto will confirm you want to use your Mac&#8217;s keyboard on your iPhone/iPad &#8211; click the <strong>Start typing</strong> button.  </li>
<p><img width="550" height="280" src="https://www.simplehelp.net/images/typeedo/img08.png" alt="" /></p>
<li> A small window will appear on your Mac letting you know that you&#8217;re now connected to your iOS device. </li>
<p><img width="373" height="272" src="https://www.simplehelp.net/images/typeedo/img09.png" alt="" /></p>
<li> Open an app on your iPhone/iPad and type using your Mac&#8217;s keyboard. Ta-da! </li>
<p><img width="450" height="205" src="https://www.simplehelp.net/images/typeedo/img10.png" alt="" /></p>
<li> At any point in the future you can quickly connect your Mac to your iOS device by clicking the Typeeto menu bar icon and selecting your iPhone/iPad from the list. </li>
<p><img width="222" height="262" src="https://www.simplehelp.net/images/typeedo/img11.png" alt="" /></p>
</ol>
<p><a href="#top">Back to top</a></p>
<hr />
<p><a name="android"></p>
<h2>Use Your Mac&#8217;s Keyboard to Control an Android phone or tablet</h2>
<p></a></p>
<ol>
<li> First things first, open your <strong>System Preferences</strong> and select the <strong>Bluetooth</strong> icon. Make sure that Bluetooth is turned <strong>On</strong>. </li>
<p><img width="550" height="383" src="https://www.simplehelp.net/images/typeedo/img00.png" alt="" /></p>
<li> Now launch Typeeto. If this is your first time opening it, you&#8217;ll be taken through a quick tour. On the last screen, you may wish to remove the checkmark from the box labelled <strong>Open at login</strong> until you&#8217;re sure you want it to start up each time your Mac does.  </li>
<p><img width="550" height="398" src="https://www.simplehelp.net/images/typeedo/img01.png" alt="" /></p>
<li> The Typeeto Preferences window will open automatically.  </li>
<p><img width="550" height="541" src="https://www.simplehelp.net/images/typeedo/img02.png" alt="" /></p>
<li> On your Android device, open the <strong>Settings</strong> and select <strong>Bluetooth</strong> from the list of options. Make sure that bluetooth is turned on and then select your Mac from the list of nearby devices. </li>
<p><img width="550" height="283" src="https://www.simplehelp.net/images/typeedo/img12.png" alt="" /></p>
<li> A <strong>Bluetooth pairing request</strong> window will appear displaying a PIN code. </li>
<p><img width="452" height="196" src="https://www.simplehelp.net/images/typeedo/img13.png" alt="" /></p>
<li> Back over on your Mac, a <strong>Connection Request</strong> window will appear. Make sure that the PIN code matches the one that&#8217;s being displayed on your Android device and then click the <strong>Connect</strong> button. </li>
<p><img width="550" height="317" src="https://www.simplehelp.net/images/typeedo/img14.png" alt="" /></p>
<li> Your Mac will now be listed as a <strong>Paired device</strong>  </li>
<p><img width="550" height="297" src="https://www.simplehelp.net/images/typeedo/img15.png" alt="" /></p>
<li> Typeeto will confirm the connection has been made and that you can now use your keyboard to control your Android device. Click the <strong>Start typing</strong> button.  </li>
<p><img width="550" height="280" src="https://www.simplehelp.net/images/typeedo/img16.png" alt="" /></p>
<li> A small window will be displayed letting you know that your keyboard is now being directed to your Android phone or tablet. </li>
<p><img width="357" height="325" src="https://www.simplehelp.net/images/typeedo/img17.png" alt="" /></p>
<li> Open an app on your Android device and start typing with your Mac&#8217;s keyboard. Ta-da!  </li>
<p><img width="550" height="278" src="https://www.simplehelp.net/images/typeedo/img18.png" alt="" /></p>
<li> Going forward, you can connect to your Android device much faster by clicking the <strong>Typeeto</strong> icon in your menu bar and selecting your device. </li>
<p><img width="218" height="274" src="https://www.simplehelp.net/images/typeedo/img19.png" alt="" /></p>
</ol>
<p><a href="#top">Back to top</a></p>
<hr />
<p><a name="other"></p>
<h2>Use Your Mac&#8217;s Keyboard to Control Misc. Bluetooth Devices</h2>
<p></a></p>
<p>In general terms, to connect your other devices (Apple TV, a Windows PC, gaming system etc) to your Mac&#8217;s keyboard, open that devices settings and make sure Bluetooth is enabled and turned on. Do the same with your Mac. Initiate a connection from the device to your Mac rather than the other way around. </p>
<p>Your Mac may be listed as a &#8220;keyboard&#8221; rather than a Mac when the other device is searching for it. </p>
<p>You may be prompted to enter a PIN and not just confirm that two are identical. </p>
<p>For additional support see the <a href="https://wiki.eltima.com/user-guides/typeeto-user-guides.html" rel="noopener nofollow noreferrer" target="_blank">Typeeto help page/user guide</a> or <a href="https://www.eltima.com/company/contacts/" rel="noopener nofollow noreferrer" target="_blank">contact their support team</a>. </p>
<p><img width="550" height="308" src="https://www.simplehelp.net/images/typeedo/img20.png" alt="" /></p>
<p><a href="#top">Back to top</a></p>
<hr />
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/12/23/how-to-use-your-mac-keyboard-as-a-bluetooth-keyboard-for-other-devices/">How to Use Your Mac&#8217;s Keyboard With Other Devices</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/12/23/how-to-use-your-mac-keyboard-as-a-bluetooth-keyboard-for-other-devices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Firefox for Linux on a Chromebook</title>
		<link>https://www.simplehelp.net/2019/11/01/how-to-install-firefox-for-linux-on-a-chromebook/</link>
					<comments>https://www.simplehelp.net/2019/11/01/how-to-install-firefox-for-linux-on-a-chromebook/#respond</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Fri, 01 Nov 2019 11:10:06 +0000</pubDate>
				<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15190</guid>

					<description><![CDATA[<p>This guide will take you step by step through the process of installing Firefox for Linux on your Chromebook. Yes you can download Firefox from the Google Play Store and use it on your Chromebook. However, you&#8217;d be using the Android version, which has been designed to work best on a phone. To get the &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/11/01/how-to-install-firefox-for-linux-on-a-chromebook/"> <span class="screen-reader-text">How to Install Firefox for Linux on a Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/11/01/how-to-install-firefox-for-linux-on-a-chromebook/">How to Install Firefox for Linux on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide will take you step by step through the process of installing Firefox for Linux on your Chromebook. <span id="more-15190"></span></p>
<p>Yes you can download <a href="https://play.google.com/store/apps/details?id=org.mozilla.firefox&#038;hl=en" rel="noopener noreferrer" target="_blank" rel="nofollow">Firefox from the Google Play Store</a> and use it on your Chromebook. However, you&#8217;d be using the Android version, which has been designed to work best on a phone. To get the &#8216;full&#8217; version of Firefox on your Chromebook you&#8217;ll want to use the version for Linux. Here&#8217;s how &#8211; </p>
<ol>
<li> Head over to the <a href="https://www.mozilla.org/en-US/firefox/linux/">Firefox for Linux download page</a> and click the big green <strong>Download Now</strong> button.  Copy the file from your <strong>Downloads</strong> folder to your <strong>Linux files</strong> folder. </li>
<p><img width="500" height="411" src="https://www.simplehelp.net/images/firefox_chromebook/img01.png" alt="" /></p>
<li> Double-check to make sure it copied. </li>
<p><img width="500" height="416" src="https://www.simplehelp.net/images/firefox_chromebook/img02.png" alt="" /></p>
<li> Open a <strong>Terminal</strong> from your <strong>Linux apps</strong> folder.</li>
<p><img width="257" height="200" src="https://www.simplehelp.net/images/firefox_chromebook/img00.png" alt="" /></p>
<li> Enter the command: <strong>tar xjf firefox-<em>xx.x.x</em>.tar.bz2</strong> (where <strong><em>xx.x.x</em></strong> is the version of Firefox that you downloaded).  </li>
<p><img width="500" height="359" src="https://www.simplehelp.net/images/firefox_chromebook/img03.png" alt="" /></p>
<li> Now enter the command: <strong>sudo apt-get install libdbus-glib-1-2</strong> </li>
<p><img width="500" height="359" src="https://www.simplehelp.net/images/firefox_chromebook/img04.png" alt="" /></p>
<li> Finally, enter the command: <strong>sudo ln -s ~/firefox/firefox /usr/bin/firefox</strong></li>
<p><img width="500" height="327" src="https://www.simplehelp.net/images/firefox_chromebook/img05.png" alt="" /></p>
<li> Now type <strong>firefox</strong> to launch the app. Ta-da! </li>
<p><a href="https://www.simplehelp.net/images/firefox_chromebook/img06.png"><img width="500" height="281" src="https://www.simplehelp.net/images/firefox_chromebook/img06a.png" alt="" /><br />
click to enlarge</a></p>
<li> In the future when you want to use Firefox, open a <strong>Terminal</strong> and type <strong>firefox</strong> </li>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/11/01/how-to-install-firefox-for-linux-on-a-chromebook/">How to Install Firefox for Linux on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/11/01/how-to-install-firefox-for-linux-on-a-chromebook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Connect to a VPN on a Chromebook</title>
		<link>https://www.simplehelp.net/2019/10/29/how-to-connect-to-a-vpn-on-a-chromebook/</link>
					<comments>https://www.simplehelp.net/2019/10/29/how-to-connect-to-a-vpn-on-a-chromebook/#respond</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Tue, 29 Oct 2019 11:25:24 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15168</guid>

					<description><![CDATA[<p>This guide will take you step by step through the process of setting up and connecting to a VPN on your Chromebook. If you don’t have a VPN service yet, or you’re unhappy with your current one, I strongly recommend and endorse the VPN service provided by Private Internet Access (it&#8217;s the service I use), &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/10/29/how-to-connect-to-a-vpn-on-a-chromebook/"> <span class="screen-reader-text">How to Connect to a VPN on a Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/10/29/how-to-connect-to-a-vpn-on-a-chromebook/">How to Connect to a VPN on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide will take you step by step through the process of setting up and connecting to a VPN on your Chromebook. <span id="more-15168"></span></p>
<p>If you don’t have a VPN service yet, or you’re unhappy with your current one, I <em>strongly</em> recommend and endorse the VPN service provided by <a href="https://www.privateinternetaccess.com/pages/buy-vpn/simplehelp" target="_blank" rel="nofollow noopener noreferrer">Private Internet Access</a> (it&#8217;s the service I use), which works seamlessly with Chrome OS.</p>
<p>There are a few different ways to connect to your VPN using a Chromebook and we&#8217;ll cover the two big ones, <a href="#manual">setting up the connection manually</a> or <a href="#app">using an Android App</a>. </p>
<p><a name="manual"></p>
<h2>Chromebook VPN Manual Configuration</h2>
<p></a></p>
<ol>
<li> Click the time in the bottom-right corner of your Chrome OS screen (see screenshot below) and then click the <strong>Settings</strong> button (looks like a &#8216;cog&#8217;) </li>
<p><img width="380" height="246" src="https://www.simplehelp.net/images/vpn_chromebook/img00.png" alt="" /></p>
<li> Select <strong>Network</strong> from the <strong>Settings</strong> column on the left. </li>
<p><img width="243" height="138" src="https://www.simplehelp.net/images/vpn_chromebook/img01.png" alt="" /></p>
<li> Click <strong>Add connection</strong> from inside the <strong>Network</strong> section. </li>
<p><img width="453" height="194" src="https://www.simplehelp.net/images/vpn_chromebook/img02.png" alt="" /></p>
<li> Select the <strong>+</strong> (plus sign) next to <strong>Add OpenVPN / L2TP&#8230;</strong> </li>
<p><img width="462" height="340" src="https://www.simplehelp.net/images/vpn_chromebook/img03.png" alt="" /></p>
<li> Fill out each of the fields according to your VPN providers settings &#8211; they&#8217;ll provide you with all of the information, with the exception of the <strong>Service name</strong> field, which can be anything you&#8217;d like (a descriptive name is probably best). Toggle the <strong>Save identity and password</strong> to ON if you don&#8217;t want to enter your VPN username and password each time you connect and then click the <strong>Connect</strong> button.   </li>
<p><img width="444" height="626" src="https://www.simplehelp.net/images/vpn_chromebook/img04.png" alt="" /></p>
<li> You can confirm the connection by selecting the newly created VPN profile from the <strong>Network</strong> section&#8230; </li>
<p><img width="444" height="405" src="https://www.simplehelp.net/images/vpn_chromebook/img05.png" alt="" /></p>
<li> and make sure the status is set to <strong>Connected</strong> </li>
<p><img width="331" height="209" src="https://www.simplehelp.net/images/vpn_chromebook/img06.png" alt="" /></p>
<li> The Wifi icon in the system tray will also have a tiny little &#8216;key&#8217; next to it, indicating that you&#8217;re currently connected to a VPN. </li>
<p><img width="193" height="63" src="https://www.simplehelp.net/images/vpn_chromebook/img07.png" alt="" /></p>
<li> Open your browser and navigate to a site like <a href="https://www.whatsmyip.com" target="_blank" rel="nofollow noopener noreferrer">whatsmyip.com</a> &#8211; it should display the IP info of your VPN and <em>not</em> your wifi network info. </li>
<p><img width="500" height="185" src="https://www.simplehelp.net/images/vpn_chromebook/img08.png" alt="" /></p>
<li> Going forward you can connect to and view the settings of your VPN via the &#8216;control panel&#8217; part of the notification section. </li>
<p><img width="382" height="525" src="https://www.simplehelp.net/images/vpn_chromebook/img09.png" alt="" /></p>
</ol>
<p><a name="app"></p>
<h2>Android VPN App on a Chromebook</h2>
<p></a></p>
<p>This method involves using an App from the Google Play Store. Almost all popular VPN providers offer an Android App &#8211; and you should be able to use that App on your Chromebook. In this example I&#8217;m using the Android App for <a href="https://www.privateinternetaccess.com/pages/buy-vpn/simplehelp" target="_blank" rel="nofollow noopener noreferrer">Private Internet Access</a>. </p>
<ol>
<li> While on your Chromebook head over to the Google Play Store page for the <a href="https://play.google.com/store/apps/details?id=com.privateinternetaccess.android" target="_blank" rel="nofollow noopener noreferrer">Private Internet Access Android App</a>. Click the large green <strong>Install</strong> button. </li>
<p><img width="500" height="126" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg00.png" alt="" /></p>
<li> Once the installation has completed, click the <strong>Open</strong> button. </li>
<p><img width="500" height="142" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg01.png" alt="" /></p>
<li> Click <strong>Next</strong> a bunch of times. </li>
<p><img width="490" height="584" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg02.png" alt="" /></p>
<li> Click <strong>Login</strong> </li>
<p><img width="434" height="537" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg03.png" alt="" /></p>
<li> Enter your PIA username and password and then click the <strong>Login</strong> button again. </li>
<p><img width="429" height="536" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg04.png" alt="" /></p>
<li> Click <strong>OK</strong> </li>
<p><img width="483" height="645" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg05.png" alt="" /></p>
<li> Click <strong>OK</strong> to allow PIA to a VPN profile on your Chromebook.  </li>
<p><img width="375" height="341" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg06.png" alt="" /></p>
<li> Finally, the main connection window will appear. Click the big yellow button. </li>
<p><img width="424" height="554" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg07.png" alt="" /></p>
<li> Once connected that yellow button will become green and your IP info will be displayed towards the bottom of the App. </li>
<p><img width="409" height="556" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg08.png" alt="" /></p>
<li> You can confirm the connection is working by opening your browser and visiting a site like <a href="https://www.whatsmyip.com" target="_blank" rel="nofollow noopener noreferrer">whatsmyip.com</a> &#8211; it should display the IP info of your VPN and <em>not</em> your wifi network info. </li>
<p><img width="500" height="184" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg09.png" alt="" /></p>
<li> You can get information on your VPN connection via the <strong>Notification</strong> section of Chrome OS, including the ability to disconnect. </li>
<p><img width="388" height="399" src="https://www.simplehelp.net/images/vpn_chromebook/piaimg10.png" alt="" /></p>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/10/29/how-to-connect-to-a-vpn-on-a-chromebook/">How to Connect to a VPN on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/10/29/how-to-connect-to-a-vpn-on-a-chromebook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Watch Netflix Offline on a Chromebook</title>
		<link>https://www.simplehelp.net/2019/10/24/how-to-watch-netflix-offline-on-a-chromebook/</link>
					<comments>https://www.simplehelp.net/2019/10/24/how-to-watch-netflix-offline-on-a-chromebook/#comments</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Thu, 24 Oct 2019 11:20:56 +0000</pubDate>
				<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Multimedia]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15127</guid>

					<description><![CDATA[<p>This guide will take you step by step through the process of downloading movies so you can watch Netflix Offline on a Chromebook. While you may watch Netflix in a browser window most of the time, that won&#8217;t work without an Internet connection. If you have a flight, long commute on a train or are &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/10/24/how-to-watch-netflix-offline-on-a-chromebook/"> <span class="screen-reader-text">How to Watch Netflix Offline on a Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/10/24/how-to-watch-netflix-offline-on-a-chromebook/">How to Watch Netflix Offline on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide will take you step by step through the process of downloading movies so you can watch Netflix Offline on a Chromebook. <span id="more-15127"></span></p>
<p><img width="379" height="409" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img06.png" alt="Chrome OS notification of a Netflix movie downloading" /></p>
<p><!--more--></p>
<p>While you may watch Netflix in a browser window most of the time, that won&#8217;t work without an Internet connection. If you have a flight, long commute on a train or are going to be somewhere without Internet access, being able to watch Netflix while offline is a great way to kill time. Here&#8217;s how to do just that &#8211; </p>
<ol>
<li> First things first, head over to the Google Play Store and download the <a href="https://play.google.com/store/apps/details?id=com.netflix.mediaclient" target="_blank" rel="noopener noreferrer">Netflix App</a> by clicking the large <strong>Install</strong> button.  </li>
<p><img width="465" height="198" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img00.png" alt="the Netflix App in the Google Play Store" /></p>
<li> Once the installation has completed, click the <strong>Open</strong> button or launch Netflix from your Chromebook &#8216;shelf&#8217;. </li>
<p><img width="464" height="160" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img01.png" alt="the Netflix App in the Google Play Store after the App has been installed" /></p>
<li> The first time the Netflix App opens it will require you to provide your account sign-in credentials. Enter them in the spaces provided and sign in. Then select the Profile you wish to use (if you have more than one). </li>
<p><img width="498" height="343" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img02.png" alt="the profile selection screen in Netflix" /></p>
<li> Now just surf around Netflix as you normally would. When you find a movie you want to download so you can watch it offline, select it. Below the movie synopsis look for a <strong>Download</strong> button. Not <em>all</em> movies and TV shows are available to download, but the majority are. Click the <strong>Download</strong> button to begin the download. </li>
<p><img width="474" height="304" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img03.png" alt="a Netflix movie synopsis with the download button highlighted" /></p>
<li> A blue &#8216;timer&#8217; icon will appear next to the <strong>Downloads</strong> section in the Netflix App. </li>
<p><img width="172" height="79" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img04.png" alt="the netflix download icon with a file being downloaded" /></p>
<li> If you select the <strong>Downloads</strong> area from the bottom navigation bar you&#8217;ll be able to view a &#8216;real time&#8217; summary of your current downloads. </li>
<p><img width="495" height="107" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img05.png" alt="downloading files to watch on Netflix Offline on a Chromebook" /></p>
<li> The <strong>Notifications</strong> area of Chrome OS will also display detailed information about your Netflix downloads. </li>
<p><img width="379" height="409" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img06.png" alt="Chrome OS notification of a Netflix movie downloading" /></p>
<li> You&#8217;ll even be notified once the download has completed.  </li>
<p><img width="376" height="393" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img07.png" alt="Chrome OS notification of a completed Netflix movie download" /></p>
<li> The movie (or TV show) will now display a &#8216;check mark&#8217; icon indicating that the file is available to watch offline. </li>
<p><img width="474" height="298" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img08.png" alt="the Netflix downloads button with an indication the file has been downloaded" /></p>
<li> When you want to watch that movie simply open the Netflix App and navigate to the <strong>Downloads</strong> section. Now you can watch movies and TV shows from Netflix offline on a Chromebook! </li>
<p><img width="246" height="73" src="https://www.simplehelp.net/images/netflix_offline_chromebook/img09.png" alt="the Netflix downloads icon in the Netflix App" /></p>
<li> That&#8217;s it! </li>
</ol>
<p>With Chromebook hard drives being fairly small, you may want to <a href="https://www.simplehelp.net/2020/06/03/how-to-let-android-apps-use-an-sd-card-on-a-chromebook/">download Netflix movies onto an SD card</a> instead. </p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/10/24/how-to-watch-netflix-offline-on-a-chromebook/">How to Watch Netflix Offline on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/10/24/how-to-watch-netflix-offline-on-a-chromebook/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Share URLs With Any Nearby Computer</title>
		<link>https://www.simplehelp.net/2019/10/11/how-to-share-urls-with-any-nearby-computer/</link>
					<comments>https://www.simplehelp.net/2019/10/11/how-to-share-urls-with-any-nearby-computer/#respond</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Fri, 11 Oct 2019 11:30:23 +0000</pubDate>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15118</guid>

					<description><![CDATA[<p>This guide will show you how to use Google Chrome to share URLs with any and all nearby computers. Using the Chrome Extension &#8220;Google Tone&#8221; you can broadcast a sound from one computer to others that will share the URL of whatever web page you have opened. Follow this brief guide to get started &#8211; &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/10/11/how-to-share-urls-with-any-nearby-computer/"> <span class="screen-reader-text">How to Share URLs With Any Nearby Computer</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/10/11/how-to-share-urls-with-any-nearby-computer/">How to Share URLs With Any Nearby Computer</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide will show you how to use Google Chrome to share URLs with any and all nearby computers. <span id="more-15118"></span></p>
<p>Using the Chrome Extension &#8220;<a href="https://chrome.google.com/webstore/detail/google-tone/nnckehldicaciogcbchegobnafnjkcne" rel="noopener" target="_blank" rel="nofollow">Google Tone</a>&#8221; you can broadcast a sound from one computer to others that will share the URL of whatever web page you have opened. Follow this brief guide to get started &#8211; </p>
<ol>
<li> Head over to the <a href="https://chrome.google.com/webstore/detail/google-tone/nnckehldicaciogcbchegobnafnjkcne" rel="noopener" target="_blank" rel="nofollow">Google Tone</a> extension page and click the large <strong>Add to Chrome</strong> button. Make sure to do this on each of the computers you want to be able to send and receive URLs to and from. </li>
<p><img width="500" height="244" src="https://www.simplehelp.net/images/google_tone/img00.png" alt="" /></p>
<li> When prompted click the <strong>Add extension</strong> button. </li>
<p><img width="442" height="292" src="https://www.simplehelp.net/images/google_tone/img01.png" alt="" /></p>
<li> Once it&#8217;s installed a small blue &#8216;horn&#8217; icon will appear in your Toolbar. Give it a click.  </li>
<p><img width="500" height="341" src="https://www.simplehelp.net/images/google_tone/img02.png" alt="" /></p>
<li> You should hear a short series of tones and then the page will refresh to let you know the test was successful. </li>
<p><img width="500" height="254" src="https://www.simplehelp.net/images/google_tone/img03.png" alt="" /></p>
<li> Now let&#8217;s test it with another computer listening &#8211; make sure Google Tone is enabled on the other computer, navigate to a page you want to send to the other computer &#8211; and click the blue horn icon again. A notification should appear on the other computer and when you click it, the shared page will open. </li>
<p><img width="386" height="187" src="https://www.simplehelp.net/images/google_tone/img04.png" alt="" /></p>
<li> You can send URLs back and forth. You can even send them over the phone/Skype etc. </li>
<p><img width="382" height="101" src="https://www.simplehelp.net/images/google_tone/img05.png" alt="" /></p>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/10/11/how-to-share-urls-with-any-nearby-computer/">How to Share URLs With Any Nearby Computer</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/10/11/how-to-share-urls-with-any-nearby-computer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Bittorrent on a Chromebook</title>
		<link>https://www.simplehelp.net/2019/10/07/how-to-use-bittorrent-on-a-chromebook/</link>
					<comments>https://www.simplehelp.net/2019/10/07/how-to-use-bittorrent-on-a-chromebook/#respond</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Mon, 07 Oct 2019 11:15:48 +0000</pubDate>
				<category><![CDATA[Bittorrent]]></category>
		<category><![CDATA[Chromebook]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15070</guid>

					<description><![CDATA[<p>This guide will take you step by step through the process of downloading torrents on your Chromebook. There are a few ways to download using bittorrent on your Chromebook, and we&#8217;ll take you step by step through (arguably) the easiest one &#8211; using a free and open source App. First things first, download the actual &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/10/07/how-to-use-bittorrent-on-a-chromebook/"> <span class="screen-reader-text">How to Use Bittorrent on a Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/10/07/how-to-use-bittorrent-on-a-chromebook/">How to Use Bittorrent on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide will take you step by step through the process of downloading torrents on your Chromebook. <span id="more-15070"></span></p>
<p>There are a few ways to download using bittorrent on your Chromebook, and we&#8217;ll take you step by step through (arguably) the easiest one &#8211; using a free and open source App. </p>
<ol>
<li> First things first, download the actual <strong>.torrent</strong> file that you want to use. Save it to the <strong>Downloads</strong> folder on your Chromebook. </li>
<li> Head over to the <a href="https://play.google.com/store/apps/details?id=org.proninyaroslav.libretorrent" rel="noopener noreferrer" target="_blank">LibreTorrent page</a> on the Google Play Store and click the <strong>Install</strong> button.  </li>
<p><img width="500" height="396" src="https://www.simplehelp.net/images/bt_chromebook/inst.png" alt="" /></p>
<li> After the installation has completed, launch <strong>LibreTorrent</strong> from your App drawer. </li>
<p><img width="103" height="123" src="https://www.simplehelp.net/images/bt_chromebook/img00.png" alt="" /></p>
<li> After LibreTorrent opens, click the &#8216;plus sign&#8217; ( <strong>+</strong> ) button located in the bottom right corner of the App (see screenshot below). </li>
<p><img width="500" height="495" src="https://www.simplehelp.net/images/bt_chromebook/img01.png" alt="" /></p>
<li> Choose <strong>Open file</strong> </li>
<p><img width="500" height="497" src="https://www.simplehelp.net/images/bt_chromebook/img02.png" alt="" /></p>
<li> Navigate to the <strong>.torrent</strong> file that you have saved in your <strong>Downloads</strong> folder and double-click it.  </li>
<p><img width="500" height="352" src="https://www.simplehelp.net/images/bt_chromebook/img03.png" alt="" /></p>
<li> When the <strong>Add torrent</strong> screen appears, click the &#8216;check mark&#8217; button located in the upper-right corner of the App (see screenshot). </li>
<p><img width="500" height="588" src="https://www.simplehelp.net/images/bt_chromebook/img04.png" alt="" /></p>
<li> The contents of the .torrent file will now begin transferring. You&#8217;ll hear a &#8216;ding&#8217; notification sound when the transfer has completed. If all you want to do is download the files, you&#8217;re pretty much done at this point. To view additional information or options for the torrent, double-click it. </li>
<p><img width="500" height="500" src="https://www.simplehelp.net/images/bt_chromebook/img05.png" alt="" /></p>
<li> From here you can get info on the <strong>STATE</strong>, <strong>FILES</strong>, <strong>TRACKERS</strong>, <strong>PEERS</strong> and <strong>PIECES</strong>,  </li>
<p><img width="500" height="658" src="https://www.simplehelp.net/images/bt_chromebook/img06.png" alt="" /></p>
<li> Click the <strong>Pause</strong> button if you want to pause the transfer.  </li>
<p><img width="500" height="156" src="https://www.simplehelp.net/images/bt_chromebook/img07.png" alt="" /></p>
<li> Click the &#8220;3 dots&#8221; button for more <strong>Options</strong>.  </li>
<p><img width="500" height="153" src="https://www.simplehelp.net/images/bt_chromebook/img08.png" alt="" /></p>
<li> Those <strong>Options</strong> will include <strong>Force recheck</strong>, <strong>Force announce</strong>, <strong>Share magnet</strong>, <strong>Save torrent file</strong>, <strong>Add trackers</strong> and <strong>Speed limit</strong>.</li>
<p><img width="500" height="330" src="https://www.simplehelp.net/images/bt_chromebook/img09.png" alt="" /></p>
<li> Happy torrenting :) </li>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/10/07/how-to-use-bittorrent-on-a-chromebook/">How to Use Bittorrent on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/10/07/how-to-use-bittorrent-on-a-chromebook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Virtual Desktops on a Chromebook</title>
		<link>https://www.simplehelp.net/2019/09/24/how-to-use-virtual-desktops-on-a-chromebook/</link>
					<comments>https://www.simplehelp.net/2019/09/24/how-to-use-virtual-desktops-on-a-chromebook/#respond</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Tue, 24 Sep 2019 11:30:55 +0000</pubDate>
				<category><![CDATA[Chromebook]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15100</guid>

					<description><![CDATA[<p>This quick guide will show you how to use Virtual Desktops on a Chromebook. Virtual Desktops are now a built-in part of Chrome OS &#8211; just make sure you&#8217;re using the latest version. Start by tapping the Show Windows button on your keyboard. It&#8217;s the F5 key (or the one where F5 would be) &#8211; &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/09/24/how-to-use-virtual-desktops-on-a-chromebook/"> <span class="screen-reader-text">How to Use Virtual Desktops on a Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/09/24/how-to-use-virtual-desktops-on-a-chromebook/">How to Use Virtual Desktops on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This quick guide will show you how to use Virtual Desktops on a Chromebook.  <span id="more-15100"></span></p>
<p>Virtual Desktops are now a built-in part of Chrome OS &#8211; just make sure you&#8217;re using <a href="https://www.simplehelp.net/2019/04/29/how-to-check-your-chromebook-for-updates/">the latest version</a>. </p>
<ol>
<li> Start by tapping the <strong>Show Windows</strong> button on your keyboard. It&#8217;s the F5 key (or the one where F5 would be) &#8211; the icon is a small box with two lines next to it. Then when the screen switches to &#8216;show windows&#8217; you&#8217;ll see the <strong>+New Desk</strong> button. Click it.
<p><img width="233" height="111" src="https://www.simplehelp.net/images/vdesks_chromeos/img04.png" alt="the new desk button on a Chromebook" /></p>
<li> This will create a new and separate &#8216;desktop&#8217;. </li>
<p><img width="333" height="123" src="https://www.simplehelp.net/images/vdesks_chromeos/img05.png" alt="two Virtual Desktops on a Chromebook" /></p>
<li> Now you can have a set of Apps or files open on one Desktop and a different group of Apps or files on the other. Plus, you can create additional desktops &#8211; two is not the limit :)  </li>
<p><img width="302" height="111" src="https://www.simplehelp.net/images/vdesks_chromeos/img06.png" alt="Virtual Desktops on a Chromebook with multiple desks and apps on each one" /></p>
<li> To drag and drop windows and apps to your preferred desk, just invoke the &#8216;show windows&#8217; screen by tapping the <strong>Show Windows</strong> button (again, it&#8217;s the F5 key &#8211; or where the F5 key would be). Now just click-and-drag any of your apps to whichever virtual desktop you want it on. </li>
</ol>
<p>You can also use a series of keyboard shortcuts with Virtual Desktops on a Chromebook &#8211; </p>
<ol>
<li> Create a new Desktop with <strong>Shift</strong> + <strong>Search</strong> + <strong>=</strong> </li>
<li> Switch between Desktops with <strong>Search</strong> + <strong>]</strong> </li>
<li> Move windows between Desktops with <strong>Shift</strong> + <strong>Search</strong> + <strong>]</strong> </li>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/09/24/how-to-use-virtual-desktops-on-a-chromebook/">How to Use Virtual Desktops on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/09/24/how-to-use-virtual-desktops-on-a-chromebook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Watch MKV Videos on a Chromebook</title>
		<link>https://www.simplehelp.net/2019/06/17/how-to-watch-mkv-videos-on-a-chromebook/</link>
					<comments>https://www.simplehelp.net/2019/06/17/how-to-watch-mkv-videos-on-a-chromebook/#respond</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Mon, 17 Jun 2019 11:00:30 +0000</pubDate>
				<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Multimedia]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15037</guid>

					<description><![CDATA[<p>This guide will take you step by step through the process to watch .MKV video files on your Chromebook. You&#8217;re probably here because you&#8217;ve discovered that while the default video player for your Chromebook does open .mkv files, it doesn&#8217;t always play them properly (missing audio, video or both). We&#8217;ve got you covered. Head over &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/06/17/how-to-watch-mkv-videos-on-a-chromebook/"> <span class="screen-reader-text">How to Watch MKV Videos on a Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/06/17/how-to-watch-mkv-videos-on-a-chromebook/">How to Watch MKV Videos on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide will take you step by step through the process to watch .MKV video files on your Chromebook. <span id="more-15037"></span></p>
<p>You&#8217;re probably here because you&#8217;ve discovered that while the default video player for your Chromebook does <em>open</em> .mkv files, it doesn&#8217;t always play them properly (missing audio, video or both). We&#8217;ve got you covered. </p>
<ol>
<li> Head over to the <a href="https://play.google.com/store/apps/details?id=org.videolan.vlc" rel="noopener" target="_blank" rel="nofollow">VLC for Android home on the Google Play Store</a>, or search for &#8220;<strong>vlc</strong>&#8221; on the <a href="https://play.google.com/store/" rel="noopener" target="_blank">Google Play Store</a> &#8211; just make sure you select the correct search result &#8211; <strong>VLC for Android</strong> by <strong>Videolabs</strong>  </li>
<p><img width="297" height="217" src="https://www.simplehelp.net/images/mkv_chromebook/img00.png" alt="" /></p>
<li> Click/tap the <strong>INSTALL</strong> button. </li>
<p><img width="500" height="190" src="https://www.simplehelp.net/images/mkv_chromebook/img01.png" alt="" /></p>
<li> Wait patiently as it downloads and installs :) </li>
<p><img width="500" height="187" src="https://www.simplehelp.net/images/mkv_chromebook/img02.png" alt="" /></p>
<li> Click the <strong>OPEN</strong> button once the installation has completed. </li>
<p><img width="500" height="154" src="https://www.simplehelp.net/images/mkv_chromebook/img03.png" alt="" /></p>
<li> You&#8217;ll need to go through a brief &#8216;setup&#8217; &#8211; just this once. Click or tap the &#8220;next&#8221; arrow (see screenshot below) to move to the next screen. </li>
<p><img width="490" height="352" src="https://www.simplehelp.net/images/mkv_chromebook/img04.png" alt="" /></p>
<li> Select <strong>ALLOW</strong> when prompted to grant permission to VLC to access your files. </li>
<p><img width="500" height="136" src="https://www.simplehelp.net/images/mkv_chromebook/img05.png" alt="" /></p>
<li> Once again select the &#8220;next&#8221; arrow. </li>
<p><img width="412" height="375" src="https://www.simplehelp.net/images/mkv_chromebook/img06.png" alt="" /></p>
<li> Done! Now let&#8217;s play one of your videos. Select the <strong>Directories</strong> option to navigate to your .mkv files. </li>
<p><img width="500" height="371" src="https://www.simplehelp.net/images/mkv_chromebook/img07.png" alt="" /></p>
<li> Choose the folder that contains your .mkv file(s) </li>
<p><img width="500" height="369" src="https://www.simplehelp.net/images/mkv_chromebook/img08.png" alt="" /></p>
<li> Select one of your videos. </li>
<p><img width="500" height="373" src="https://www.simplehelp.net/images/mkv_chromebook/img09.png" alt="" /></p>
<li> Click/tap the <strong>Got it, dismiss this</strong> button that&#8217;s hovering over your video. </li>
<p><img width="500" height="375" src="https://www.simplehelp.net/images/mkv_chromebook/img10.png" alt="" /></p>
<li> Ta-da! You can now watch .mkv vids on your Chromebook. </li>
<p><img width="500" height="377" src="https://www.simplehelp.net/images/mkv_chromebook/img11.png" alt="" /></p>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/06/17/how-to-watch-mkv-videos-on-a-chromebook/">How to Watch MKV Videos on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/06/17/how-to-watch-mkv-videos-on-a-chromebook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Spotify On A Chromebook</title>
		<link>https://www.simplehelp.net/2019/05/27/how-to-install-spotify-on-a-chromebook/</link>
					<comments>https://www.simplehelp.net/2019/05/27/how-to-install-spotify-on-a-chromebook/#comments</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Mon, 27 May 2019 11:30:30 +0000</pubDate>
				<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15017</guid>

					<description><![CDATA[<p>Following the steps outlined in this guide you&#8217;ll be able to install the full fledged version of Spotify (not the web based or Android App) on your Chromebook! The stars have aligned! Spotify supports Linux, Chromebooks can run Linux &#8211; and now the final piece &#8211; audio works in Linux apps installed on Chromebooks. So &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/05/27/how-to-install-spotify-on-a-chromebook/"> <span class="screen-reader-text">How to Install Spotify On A Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/27/how-to-install-spotify-on-a-chromebook/">How to Install Spotify On A Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Following the steps outlined in this guide you&#8217;ll be able to install the full fledged version of Spotify (not the web based or Android App) on your Chromebook! <span id="more-15017"></span></p>
<p>The stars have aligned! Spotify supports Linux, Chromebooks can run Linux &#8211; and now the final piece &#8211; audio works in Linux apps installed on Chromebooks. So without further ado, here&#8217;s how you can install Spotify for Linux on your Chromebook. </p>
<ol>
<li> The very first thing to do is make sure your <a href="https://www.simplehelp.net/2019/04/29/how-to-check-your-chromebook-for-updates/" rel="noopener noreferrer" target="_blank">Chromebook is updated to the latest version of Chrome OS</a> (link will open in a new tab). </li>
<li> Now you&#8217;ll need to make sure you have <a href="https://www.simplehelp.net/2019/05/23/how-to-install-linux-apps-on-a-chromebook/">Linux installed on your Chromebook</a>. All set? Next. </li>
<li> Open a <strong>Terminal</strong> from the <strong>Linux apps</strong> section of your App Drawer. Enter the command:
<p></p>
<blockquote><p>curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add &#8211; </p></blockquote>
</li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/spotify_chromebook/updated_img02.png" alt="a Chromebook Terminal with a command being issued" /></p>
<li> Now enter the following command:
<p></p>
<blockquote><p>echo &#8220;deb http://repository.spotify.com stable non-free&#8221; | sudo tee /etc/apt/sources.list.d/spotify.list</p></blockquote>
</li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/spotify_chromebook/updated_img03.png" alt="another Chromebook Terminal window with a different command being issued" /></p>
<li> Finally, enter the command:
<p></p>
<blockquote><p>sudo apt-get update &#038;&#038; sudo apt-get install spotify-client</p></blockquote>
</li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/spotify_chromebook/updated_img04.png" alt="the command to install Spotify on a Chromebook from the Terminal" /></p>
<li> When prompted, tap the <strong>y</strong> key to continue.  </li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/spotify_chromebook/updated_img05.png" alt="a Chromebook Terminal with a yes or no prompt" /></p>
<li> Once the process has completed and you&#8217;re back at a command prompt, close the Terminal. Don&#8217;t worry about the warning message &#8211; just click the <strong>Leave</strong> button.  </li>
<p><img width="462" height="144" src="https://www.simplehelp.net/images/spotify_chromebook/updated_img10.png" alt="the warning message that appears when closing a Terminal" /></p>
<li> Return to the <strong>Linux apps</strong> section of your App Drawer and ta-da &#8211; there&#8217;s Spotify! </li>
<p><img width="545" height="288" src="https://www.simplehelp.net/images/spotify_chromebook/updated_img07.png" alt="a fresh install of Spotify on your Chromebook" /></p>
<li> Open it up, sign and and give it a whirl. </li>
<p><a href="https://www.simplehelp.net/images/spotify_chromebook/updated_img08.png"><img width="550" height="309" src="https://www.simplehelp.net/images/spotify_chromebook/updated_img08a.png" alt="the Linux Spotify App running on a Chromebook" /><br />
click to enlarge</a> </p>
<li> Any other instances of Spotify that you have running will identify your Chromebook as &#8220;penguin&#8221; </li>
<p><img width="322" height="453" src="https://www.simplehelp.net/images/spotify_chromebook/img08.png" alt="the Spotify connect to a device panel" /></p>
<li> That&#8217;s it &#8211; enjoy!  </li>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/27/how-to-install-spotify-on-a-chromebook/">How to Install Spotify On A Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/05/27/how-to-install-spotify-on-a-chromebook/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Linux Apps on a Chromebook</title>
		<link>https://www.simplehelp.net/2019/05/23/how-to-install-linux-apps-on-a-chromebook/</link>
					<comments>https://www.simplehelp.net/2019/05/23/how-to-install-linux-apps-on-a-chromebook/#respond</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Thu, 23 May 2019 11:20:43 +0000</pubDate>
				<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Office]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=15008</guid>

					<description><![CDATA[<p>This step-by-step guide will explain how to install Linux on your Chromebook and then show you how to install Apps and/or games via the &#8220;command line&#8221; and the GNOME Software Center (think &#8216;App Store&#8217;). This guide is broken into two sections &#8211; the first is setting up Linux on your Chromebook. Then, we&#8217;ll show you &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/05/23/how-to-install-linux-apps-on-a-chromebook/"> <span class="screen-reader-text">How to Install Linux Apps on a Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/23/how-to-install-linux-apps-on-a-chromebook/">How to Install Linux Apps on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This step-by-step guide will explain how to install Linux on your Chromebook and then show you how to install Apps and/or games via the &#8220;command line&#8221; <em>and</em> the GNOME Software Center (think &#8216;App Store&#8217;).  </p>
<p><span id="more-15008"></span></p>
<p>This guide is broken into two sections &#8211; the first is setting up Linux on your Chromebook. Then, we&#8217;ll show you how to install the GNOME Software Center &#8211; which is kind of like an App Store for Linux. Let&#8217;s jump right in! </p>
<h2>Setup Linux on Your Chromebook</h2>
<ol>
<li> Before you do anything, make sure your <a href="https://www.simplehelp.net/2019/04/29/how-to-check-your-chromebook-for-updates/" rel="noopener noreferrer" target="_blank">Chromebook is running the latest version of Chrome OS</a> (link will open in a new tab/window). There are a whole bunch of reasons you&#8217;ll want to make sure you&#8217;re using the latest version of Chrome OS, one of the big ones is that Linux apps only recently got audio support.  </li>
<li> Now that you&#8217;re sure you&#8217;re using the latest version of Chrome OS, click (or tap if you have a touchscreen device) the <strong>Launcher</strong> button found on the bottom left corner of your Chromebook screen. </li>
<p><img width="324" height="177" src="https://www.simplehelp.net/images/chromebook_update/u_img01.png" alt="the Chrome OS Launcher button" /></p>
<li> Scroll down to the <strong>Settings</strong> icon and select it.  </li>
<p><img width="312" height="246" src="https://www.simplehelp.net/images/chromebook_update/u_img02.png" alt="the Chrome OS Settings icon" /></p>
<li> Scroll down to the <strong>Linux (Beta)</strong> option and select it.  </li>
<p><img width="257" height="475" src="https://www.simplehelp.net/images/chromebook_linux/updated_img00a.png" alt="the Chrome OS Settings list with an arrow pointing to Linux (Beta)" /></p>
<li> Click the <strong>Turn on</strong> button. </li>
<p><img width="537" height="87" src="https://www.simplehelp.net/images/chromebook_linux/updated_img00b.png" alt="a Turn On button" /></p>
<li> The &#8216;Setup Wizard&#8217; will launch. Select <strong>Next</strong> to begin.  </li>
<p><img width="550" height="466" src="https://www.simplehelp.net/images/chromebook_linux/updated_img01.png" alt="the install Linux on a Chromebook install wizard" /></p>
<li> Type in the username you&#8217;d like to use in Linux (the default is perfectly fine). Unless you have reason not to, leave the <strong>Disk size</strong> at the recommended size. If the hard drive in your Chromebook is particularly small, you can lower the size. Select <strong>Install</strong>.
<p><img width="541" height="446" src="https://www.simplehelp.net/images/chromebook_linux/updated_img02.png" alt="selecting a username for Linux on a Chromebook and the disk size" /></p>
<li> Now Linux will install &#8211; which won&#8217;t take very long</li>
<p><img width="519" height="416" src="https://www.simplehelp.net/images/chromebook_linux/updated_img03.png" alt="installing Linux on a Chromebook" /></p>
<li> You&#8217;ll know the installation was successful when a <strong>Terminal</strong> window appears. </li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/chromebook_linux/updated_img04.png" alt="a Terminal window on a Chromebook" /></p>
<li> There will also be a new <strong>Linux apps</strong> item in your App Drawer. Select it.  </li>
<p><img width="355" height="249" src="https://www.simplehelp.net/images/chromebook_linux/img04.png" alt="the Chromebook App Drawer with the Linux apps item highlighted" /></p>
<li> Right now there will only be one item &#8211; <strong>Terminal</strong>. </li>
<p><img width="301" height="294" src="https://www.simplehelp.net/images/chromebook_linux/img05.png" alt="an arrow pointing to the Terminal app icon" /></p>
<li> If you open the <strong>Files</strong> app, you&#8217;ll notice there&#8217;s a new item named <strong>Linux files</strong>. This is where all of the &#8211; you guessed it &#8211; Linux files are stored.  </li>
<p><img width="500" height="350" src="https://www.simplehelp.net/images/chromebook_linux/img06.png" alt="the Chrome OS File Manager with an arrow pointing to the Linux Files folder" /></p>
</ol>
<h2>Install Linux Apps on Your Chromebook</h2>
<ol>
<li> There are a number of ways to install Apps in Linux. Two of the most common are using &#8220;apt&#8221; via the <strong>Terminal</strong> (command line) or to use something like an App Store (graphical). We&#8217;ll cover both &#8211; by using <strong>apt</strong> and the <strong>Terminal</strong> in order to install the <strong>GNOME Software</strong> Center &#8211; which is very similar to the Mac or Windows App Stores.
<p></p>
<p>Back in the Terminal, enter the command: <strong>sudo apt-get install gnome-software gnome-packagekit</strong>  </li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/chromebook_linux/updated_img05.png" alt="install Linux apps on a Chromebook via the Terminal" /></p>
<li> <em><strong>NOTE:</strong></em> hopefully you can ignore this step, but if you got an error when you tried to run the previous command, enter this command: <strong>sudo apt-get update</strong> and once it&#8217;s done, repeat the above step. That should clear it up.
<li> Some text will fly by the screen and you&#8217;ll be asked with a &#8220;Y/N&#8221; prompt if you want to continue. Tap the &#8220;y&#8221; key to continue. </li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/chromebook_linux/updated_img06.png" alt="install Linux apps on a Chromebook via the Terminal with an arrow pointing to the Y/N option" /></p>
<li> Now the <strong>GNOME Software Center</strong> will be downloaded and installed &#8211; along with all of the components required to run the Software Center. Oddly, in all likelihood this will take longer than it took to install Linux itself. </li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/chromebook_linux/updated_img07.png" alt="a Chrome OS Terminal with a bunch of code" /></p>
<li> Once it&#8217;s done and you&#8217;re back at a command prompt you&#8217;ll need to issue another couple of commands to make sure everything gets updated, including the list of Apps in the Software Center. Enter the following command: <strong>sudo apt-get update</strong> </li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/chromebook_linux/updated_img08.png" alt="issuing an apt-get command in a Terminal in on a Chromebook" /></p>
<li> Once that&#8217;s done, enter the following command: <strong>sudo apt-get dist-upgrade</strong> </li>
<p><img width="550" height="408" src="https://www.simplehelp.net/images/chromebook_linux/updated_img09.png" alt="the apt-get disk-upgrade command in a Terminal on a Chromebook" /></p>
<li> Now you&#8217;ll need to reboot your Chromebook. Power it off by opening the Notification section and click the &#8220;Power Off&#8221; button. Once it&#8217;s off, use the power button on your Chromebook to turn it back on. </li>
<p><img width="360" height="440" src="https://www.simplehelp.net/images/chromebook_linux/updated_img11.png" alt="a Power Off button" /></p>
<li> Once you&#8217;re back up and running again, take a look inside the <strong>Linux app</strong> section of your App Drawer &#8211; there will be a few new items. Select the <strong>Software</strong> icon. <em>Please note:</em> it can take a few minutes for the Software center to open for the first time &#8211; this is normal. Just wait it out.
<p><img width="314" height="333" src="https://www.simplehelp.net/images/chromebook_linux/updated_img12.png" alt="an arrow pointing to a Software app icon" /></p>
<li> Welcome to the GNOME Software center! From here you can search or browse through all sorts of apps and games, then install them with just a click. </li>
<p><img width="550" height="425" src="https://www.simplehelp.net/images/chromebook_linux/updated_img13.png" alt="the GNOME Software center in Chrome OS" /></p>
<li> Once you&#8217;ve located an App or Game you&#8217;d like to try out, just click the <strong>Install</strong> button. No account is needed, no sign ups or email addresses are required. Just click and install. </li>
<p><img width="399" height="157" src="https://www.simplehelp.net/images/chromebook_linux/img14.png" alt="an arrow pointing to an Install button" /></p>
<li> Depending on the App/Game you decided to install, this process could take anywhere from a couple of seconds to &#8230; a long time. If you think it&#8217;s stalled or frozen just keep waiting &#8211; sometimes it can take much longer than it should. </li>
<p><img width="408" height="144" src="https://www.simplehelp.net/images/chromebook_linux/img15.png" alt="install apps on a Chromebook via the GNOME Software center" /></p>
<li> Click the <strong>Launch</strong> button to try out the newly installed software. Depending on the software, it can take a few minutes to open up for the first time. Again, patience is key. </li>
<p><img width="381" height="156" src="https://www.simplehelp.net/images/chromebook_linux/img16.png" alt="opening GIMP on a Chromebook" /></p>
<li> Or of course, launch it from the <strong>Linux apps</strong> section of your App Drawer. </li>
<p><img width="425" height="357" src="https://www.simplehelp.net/images/chromebook_linux/img17.png" alt="the App Drawer Linux apps section" /></p>
<li> Have fun! </li>
</ol>
<p>If you&#8217;d like to install more cool stuff on your Chromebook, check out our guide on <a href="https://www.simplehelp.net/2019/05/27/how-to-install-spotify-on-a-chromebook/">installing Spotify in Chrome OS</a>. </p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/23/how-to-install-linux-apps-on-a-chromebook/">How to Install Linux Apps on a Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/05/23/how-to-install-linux-apps-on-a-chromebook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Check Your Entire Home Network for Vulnerabilities</title>
		<link>https://www.simplehelp.net/2019/05/20/how-to-check-your-entire-home-network-for-vulnerabilities/</link>
					<comments>https://www.simplehelp.net/2019/05/20/how-to-check-your-entire-home-network-for-vulnerabilities/#respond</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Mon, 20 May 2019 11:10:59 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Cable Modems]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Home Networking]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile Phones]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=14996</guid>

					<description><![CDATA[<p>This guide will show you how to use a safe and reliable (and free!) app to scan your home network for vulnerabilities. It&#8217;s unlikely I&#8217;d be able to introduce this tool better than the folks who created it, so from the Bitdefender Home Scanner page &#8211; Bitdefender Home Scanner is a free tool that scans &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/05/20/how-to-check-your-entire-home-network-for-vulnerabilities/"> <span class="screen-reader-text">How to Check Your Entire Home Network for Vulnerabilities</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/20/how-to-check-your-entire-home-network-for-vulnerabilities/">How to Check Your Entire Home Network for Vulnerabilities</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide will show you how to use a safe and reliable (and free!) app to scan your home network for vulnerabilities. <span id="more-14996"></span></p>
<p>It&#8217;s unlikely I&#8217;d be able to introduce this tool better than the folks who created it, so from the <a href="https://www.bitdefender.com/solutions/home-scanner.html" rel="noopener" target="_blank" rel="nofollow">Bitdefender Home Scanner page</a> &#8211; </p>
<blockquote><p>
Bitdefender Home Scanner is a free tool that scans your Wi-Fi network, maps devices and identifies and highlights network security flaws. Bitdefender Home Scanner looks for weak passwords, as well as vulnerable or poorly encrypted communications. It correlates the information gathered from your connected devices with online vulnerability databases and gives you a thorough report so you can ensure maximum security for your network.
</p></blockquote>
<p>Let&#8217;s jump right into installing, setting up and using the app! As long as you&#8217;re running Windows 7 SP1 or later, you&#8217;re all set. </p>
<ol>
<li> Head over to the <a href="https://www.bitdefender.com/solutions/home-scanner.html" rel="noopener" target="_blank" rel="nofollow">Bitdefender Home Scanner page</a>, locate the <strong>Free Download</strong> button and give it a click. Save the file to your <strong>Downloads</strong> folder and then run it when the download is complete. When the installer opens make sure to review the Terms of use (yeah right) then place a check in the <strong>Terms of use</strong> box. If you want to <strong>Send anonymous data</strong> back to Bitdefender, leave that box checked &#8211; otherwise remove it. Finally, click the <strong>START INSTALLATION</strong> button. </li>
<p><img width="500" height="336" src="https://www.simplehelp.net/images/scan_home_network/img00.png" alt="" /></p>
<li> After a few minutes the installation should be done. Click the <strong>START USING HOME SCANNER</strong> button.  </li>
<p><img width="500" height="335" src="https://www.simplehelp.net/images/scan_home_network/img01.png" alt="" /></p>
<li> You&#8217;ll need to create an account so enter the required information in the spaces provided and then click the <strong>CREATE ACCOUNT</strong> button. </li>
<p><img width="500" height="307" src="https://www.simplehelp.net/images/scan_home_network/img02.png" alt="" /></p>
<li> Now you&#8217;re ready for the first scan. Make sure you&#8217;re actually connected to your home network and then click the <strong>YES, THIS IS MY HOME NETWORK</strong> button. </li>
<p><img width="500" height="396" src="https://www.simplehelp.net/images/scan_home_network/img03.png" alt="" /></p>
<li> When prompted, click <strong>CONFIRM</strong> </li>
<p><img width="441" height="300" src="https://www.simplehelp.net/images/scan_home_network/img04.png" alt="" /></p>
<li> Bitdefender will now scan your home network. This may take a few minutes &#8211; now wouldn&#8217;t be the worst time to grab a cup of tea or coffee. </li>
<p><img width="500" height="327" src="https://www.simplehelp.net/images/scan_home_network/img05.png" alt="" /></p>
<li> After it&#8217;s identified all of the devices on your home network, it will begin to scan each device. </li>
<p><a href="https://www.simplehelp.net/images/scan_home_network/img06.png"><img width="500" height="337" src="https://www.simplehelp.net/images/scan_home_network/img06a.png" alt="" /><br />
click to enlarge</a></p>
<li> When the scan is complete, Bitdefender will notify you via a small pop-up window. Click the <strong>CLOSE</strong> button to review the results. </li>
<p><img width="447" height="292" src="https://www.simplehelp.net/images/scan_home_network/img07.png" alt="" /></p>
<li> The first thing to do is review the <strongSTATUS</strong> column for items that have a <strong>POTENTIALLY AT RISK</strong> or <strong>AT RISK</strong> status. If one (or more) devices is displaying one of those statuses, click it to get more information. </li>
<p><img width="500" height="321" src="https://www.simplehelp.net/images/scan_home_network/img08.png" alt="" /></p>
<li> In all likelihood, there will be a review of the problem with a link to even more info. Make sure to review it all. </li>
<p><a href="https://www.simplehelp.net/images/scan_home_network/img09.png"><img width="500" height="335" src="https://www.simplehelp.net/images/scan_home_network/img09a.png" alt="" /><br />
click to enlarge</a></p>
<li> Depending on the problem, Bitdefender will probably give you a few &#8216;next step&#8217; suggestions to resolve any issues. </li>
<p><a href="https://www.simplehelp.net/images/scan_home_network/img10.png"><img width="500" height="336" src="https://www.simplehelp.net/images/scan_home_network/img10a.png" alt="" /><br />
click to enlarge</a></p>
<li> An additional (and fantastic) feature of Bitdefender Home Scanner is that if you leave it running (in the System Tray) it will notify you each time a new device connects to your home network. You&#8217;ll also be given the option to scan that device to check it for any vulnerabilities it may have (which could in turn spread to devices on your network).  </li>
<p><img width="499" height="270" src="https://www.simplehelp.net/images/scan_home_network/img12.png" alt="" /></p>
<li> If you do opt to have a newly connect device scanned, it only takes a small fraction of the time it took to do the initial &#8216;complete&#8217; scan of your home network.  </li>
<p><a href="https://www.simplehelp.net/images/scan_home_network/img13.png"><img width="500" height="335" src="https://www.simplehelp.net/images/scan_home_network/img13a.png" alt="" /><br />
click to enlarge</a></p>
<li> You can run the App every once in a while to scan your network as new vulnerabilities are discovered etc (it will notify you of any updates when you run it). </li>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/20/how-to-check-your-entire-home-network-for-vulnerabilities/">How to Check Your Entire Home Network for Vulnerabilities</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/05/20/how-to-check-your-entire-home-network-for-vulnerabilities/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add Dropbox To Your Chromebook</title>
		<link>https://www.simplehelp.net/2019/05/13/how-to-add-dropbox-to-your-chromebook/</link>
					<comments>https://www.simplehelp.net/2019/05/13/how-to-add-dropbox-to-your-chromebook/#comments</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Mon, 13 May 2019 11:15:06 +0000</pubDate>
				<category><![CDATA[Chromebook]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=14969</guid>

					<description><![CDATA[<p>This guide will take you step by step through the process of adding Dropbox support to the Files app on your Chromebook. Following the steps outlined below will enable full access all of your Dropbox files via the File Manager that comes with your Chromebook, the aptly named Files app. Start out by opening up &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/05/13/how-to-add-dropbox-to-your-chromebook/"> <span class="screen-reader-text">How to Add Dropbox To Your Chromebook</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/13/how-to-add-dropbox-to-your-chromebook/">How to Add Dropbox To Your Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide will take you step by step through the process of adding Dropbox support to the <strong>Files</strong> app on your Chromebook. <span id="more-14969"></span></p>
<p>Following the steps outlined below will enable full access all of your Dropbox files via the File Manager that comes with your Chromebook, the aptly named <strong>Files</strong> app. </p>
<ol>
<li> Start out by opening up the <strong>Files</strong> app itself.  </li>
<p><img width="500" height="392" src="https://www.simplehelp.net/images/chromebook_dropbox/img00.png" alt="" /></p>
<li> Click the &#8220;three dots&#8221; button in the upper-right corner of the window (see screenshot below) then select <strong>Add new service</strong> and finally <strong>Install new service</strong>.  </li>
<p><img width="433" height="405" src="https://www.simplehelp.net/images/chromebook_dropbox/img01.png" alt="" /></p>
<li> Scroll down until you locate the item named <strong>File System for Dropbox</strong> and then click the <strong>INSTALL</strong> button next to it. </li>
<p><img width="500" height="200" src="https://www.simplehelp.net/images/chromebook_dropbox/img02.png" alt="" /></p>
<li> When prompted click the <strong>Add app</strong> button. </li>
<p><img width="462" height="244" src="https://www.simplehelp.net/images/chromebook_dropbox/img03.png" alt="" /></p>
<li> After a moment another window will open. Click the <strong>Mount your Dropbox</strong> button. </li>
<p><img width="500" height="318" src="https://www.simplehelp.net/images/chromebook_dropbox/img04.png" alt="" /></p>
<li> Now sign into your Dropbox account.  </li>
<p><img width="493" height="507" src="https://www.simplehelp.net/images/chromebook_dropbox/img05.png" alt="" /></p>
<li> Do <em>not</em> be surprised if you&#8217;re presented with an error message. Ignore it. </li>
<p><img width="282" height="87" src="https://www.simplehelp.net/images/chromebook_dropbox/img06.png" alt="" /></p>
<li> Click the <strong>Mount your Dropbox</strong> button <em>again</em>  </li>
<p><img width="500" height="318" src="https://www.simplehelp.net/images/chromebook_dropbox/img07.png" alt="" /></p>
<li> This time, click the <strong>Allow</strong> button when prompted.  </li>
<p><img width="436" height="286" src="https://www.simplehelp.net/images/chromebook_dropbox/img08.png" alt="" /></p>
<li> Ta-da! You should now have a Dropbox item in the navigation pane of the <strong>Files</strong> app. </li>
<p><img width="500" height="433" src="https://www.simplehelp.net/images/chromebook_dropbox/img09.png" alt="" /></p>
<li> Select it and you can view, delete, edit etc all of your Dropbox files and folders. </li>
<p><img width="500" height="398" src="https://www.simplehelp.net/images/chromebook_dropbox/img10.png" alt="" /></p>
</ol>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/13/how-to-add-dropbox-to-your-chromebook/">How to Add Dropbox To Your Chromebook</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/05/13/how-to-add-dropbox-to-your-chromebook/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to Pin Websites to the Chromebook Shelf</title>
		<link>https://www.simplehelp.net/2019/05/10/how-to-pin-websites-to-the-chromebook-shelf/</link>
					<comments>https://www.simplehelp.net/2019/05/10/how-to-pin-websites-to-the-chromebook-shelf/#comments</comments>
		
		<dc:creator><![CDATA[Ross McKillop]]></dc:creator>
		<pubDate>Fri, 10 May 2019 11:30:55 +0000</pubDate>
				<category><![CDATA[Chromebook]]></category>
		<guid isPermaLink="false">https://www.simplehelp.net/?p=14963</guid>

					<description><![CDATA[<p>This quick overview will explain how to pin a website to the &#8216;shelf&#8217; (dock) on your Chromebook. Open up your browser (Chrome) and go to the site you want to add to your Chromebooks shelf. Click the &#8220;3 dot&#8221; icon in the upper-right corner (see screenshot below) and then select More tools and finally Create &#8230;</p>
<p class="read-more"> <a class="" href="https://www.simplehelp.net/2019/05/10/how-to-pin-websites-to-the-chromebook-shelf/"> <span class="screen-reader-text">How to Pin Websites to the Chromebook Shelf</span> Read More &#187;</a></p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/10/how-to-pin-websites-to-the-chromebook-shelf/">How to Pin Websites to the Chromebook Shelf</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This quick overview will explain how to pin a website to the &#8216;shelf&#8217; (dock) on your Chromebook. <span id="more-14963"></span></p>
<ol>
<li> Open up your browser (Chrome) and go to the site you want to add to your Chromebooks shelf. Click the &#8220;3 dot&#8221; icon in the upper-right corner (see screenshot below) and then select <strong>More tools</strong> and finally <strong>Create shortcut&#8230; </strong> </li>
<p><img width="508" height="407" src="https://www.simplehelp.net/images/chromebook_website_dock/img01.png" alt="" /></p>
<li> Give the shortcut a name in the space provided and then click the <strong>Create</strong> button. <em>Note:</em> if you want the site to open in its own window (which has a slightly different interface) place a check in the box labelled <strong>Open as window</strong> </li>
<p><img width="450" height="190" src="https://www.simplehelp.net/images/chromebook_website_dock/img02.png" alt="" /></p>
<li> That&#8217;s it! The site will be pinned to your shelf and can now be launched from there. </li>
<p><img width="491" height="103" src="https://www.simplehelp.net/images/chromebook_website_dock/img03.png" alt="" /></p>
<li> You can repeat the above steps to pin as many sites to your shelf as you&#8217;d like. </li>
</ol>
<p>For other Chromebook tips, tricks and tutorials, make sure to check out our <a href="https://www.simplehelp.net/category/chromebook/">Chromebook section</a>. </p>
<p>The post <a rel="nofollow" href="https://www.simplehelp.net/2019/05/10/how-to-pin-websites-to-the-chromebook-shelf/">How to Pin Websites to the Chromebook Shelf</a> appeared first on <a rel="nofollow" href="https://www.simplehelp.net">Simple Help</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.simplehelp.net/2019/05/10/how-to-pin-websites-to-the-chromebook-shelf/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: www.simplehelp.net @ 2026-04-20 12:56:49 by W3 Total Cache
-->