-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82888d3
commit 4a75eb9
Showing
7 changed files
with
1,036 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,124 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Chromium Portable help</title> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Chromium Portable Help</title> | ||
|
||
<link rel="stylesheet" href="Other/Help/Style.css"> | ||
<link rel="shorcut icon" href="App/AppInfo/AppIcon.ico"> | ||
|
||
|
||
|
||
<link rel="shortcut icon" href="App/AppInfo/AppIcon.ico"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400,700,400italic%7CFira+Mono"> | ||
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.1.3/material.blue_grey-blue.min.css"> | ||
<link rel="stylesheet" href="Other/Help/Style.css"> | ||
|
||
|
||
<div class="mdl-layout mdl-layout--fixed-header mdl-js-layout mdl-color--blue-700"> | ||
<main class="mdl-layout__content" id="content-layout"> | ||
<div class="mdl-grid" id="content-container"> | ||
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div> | ||
<div class="mdl-color--blue-50 mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col" id="content"> | ||
<h1>Chromium Portable help</h1> | ||
<h2>About</h2> | ||
<p>Chromium Portable is a custom-built version of the Chromium web browser, optimized for portable use and packaged in the <a href="http://portableapps.com/about/what_is_a_portable_app">PortableApps.com Format</a>, so you can run it from an iPod, USB flash drive, portable hard drive, CD or any other portable media. You can take your bookmarks, extensions, themes and plugins with you, and Chromium Portable will leave no personal information behind on the machine you run it on.</p> | ||
<p>You're free to redistribute Chromium Portable under the terms of the <a href="https://www.mozilla.org/MPL/2.0/">Mozilla Public License, v. 2.0</a>. For more information on this matter, as well as how to obtain Chromium Portable's source code, see the <a href="http://crportable.sourceforge.net/">website</a>.</p> | ||
<h2>Settings</h2> | ||
<p>Chromium Portable has a few settings that affect the behavior of the launcher and of the browser. They can be set by creating a file named <code>ChromiumPortable.ini</code> alongside <code>ChromiumPortable.exe</code>.</p> | ||
|
||
|
||
|
||
|
||
</head> | ||
<body><div id="container"> | ||
<div id="nav"> | ||
|
||
<div id="header"> | ||
<a href="#" id="logo">Chromium Portable Help</a> | ||
</div> | ||
|
||
<ul id="sections"> | ||
|
||
<li> | ||
<a href="#about">About</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="#settings">Settings</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="#tips">Tips</a> | ||
|
||
<ul> | ||
|
||
<li> | ||
<a href="#tips/reducing-the-application-size">Reducing the application size</a> | ||
</li> | ||
|
||
<li> | ||
<a href="#tips/copying-a-local-profile">Copying a local profile</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
|
||
</div> | ||
<div id="content"> | ||
|
||
<h1 id="chromium-portable-help">Chromium Portable help</h1> | ||
<h2 id='about' id="about">About</h2 id='about'> | ||
<p>Chromium Portable is a custom-built version of the Chromium web browser, optimized for portable use and packaged in the <a href="http://portableapps.com/about/what_is_a_portable_app">PortableApps.com Format</a>, so you can run it from an iPod, USB flash drive, portable hard drive, CD or any other portable media. You can take your bookmarks, extensions, themes and plugins with you, and Chromium Portable will leave no personal information behind on the machine you run it on.</p> | ||
<p>You're free to redistribute Chromium Portable under the terms of the <a href="https://www.mozilla.org/MPL/2.0/">Mozilla Public License, v. 2.0</a>. For more information on this matter, as well as how to obtain Chromium Portable's source code, see the <a href="http://crportable.sourceforge.net/">website</a>.</p> | ||
<h2 id='settings' id="settings">Settings</h2 id='settings'> | ||
<p>Chromium Portable has a few settings that affect the behavior of the launcher and of the browser. They can be set by creating a file named <code>ChromiumPortable.ini</code> alongside <code>ChromiumPortable.exe</code>.</p> | ||
<p>The <code>ChromiumPortable.ini</code> file is composed of lines in the <code><var>key</var>=<var>value</var></code> format. Valid keys are listed below.</p> | ||
<dl> | ||
<dt> <kbd>AdditionalParameters=<code><var><text></var></code></kbd> | ||
<dd> Additional command-line parameters to the browser. A list of available switches is available <a href="http://peter.sh/experiments/chromium-command-line-switches/">here</a>. | ||
<dt> <kbd>AskForIncognito=</kbd><kbd>true</kbd> or <kbd>false</kbd> | ||
|
||
<dt> <kbd>AskForIncognito=</kbd><kbd><code>true</code></kbd> or <kbd><code>false</code></kbd> | ||
<dd> Opens a dialog on startup asking if Chromium Portable is to be started in the incognito mode. | ||
<dt> <kbd>DisableSplashScreen=</kbd><kbd>true</kbd> or <kbd>false</kbd> | ||
|
||
<dt> <kbd>DisableSplashScreen=</kbd><kbd><code>true</code></kbd> or <kbd><code>false</code></kbd> | ||
<dd> Disables the splash screen shown during startup. | ||
<dt> <kbd>EnablePortablePasswords=</kbd><kbd>true</kbd> or <kbd>false</kbd> | ||
<dt> <kbd>EncryptPortablePasswords=</kbd><kbd>true</kbd> or <kbd>false</kbd> | ||
<dd> Enable support for storing passwords portably. See the <a href="https://bitbucket.org/AluisioASG/crppmgr/src/tip/README.md">Portable Passwords Management Tool's readme file</a> for details. | ||
<dt> <kbd>HideProfileButton=</kbd><kbd>true</kbd> or <kbd>false</kbd> | ||
<dd> Hides the profile button between the tab bar and the window controls. Based on <a href="https://github.com/Akujin/chromium-disable-profile-button-patch">this patch</a>. | ||
<dt> <kbd>LocalDiskCache=</kbd><kbd>true</kbd> or <kbd>false</kbd> | ||
<dd> Stores the disk cache in the host computer's temporary directory. This will reduce the number of writes to the device where Chromium Portable is installed, increasing its lifetime. | ||
<dt> <kbd>RunLocally=</kbd><kbd>true</kbd> or <kbd>false</kbd> | ||
<dd> Runs the portable application in a read-only mode. When this option is enabled, the launcher copies the user's data to a temporary directory on the host computer, runs the application, and then deletes it afterwards, leaving nothing behind. This can be useful for running the application from a CD or if the host computer may have spyware or viruses and you'd like to keep your device set to read-only. <strong>As a consequence of this technique, any changes made during the Live mode session aren't saved back to the device.</strong> | ||
|
||
<dt> <kbd>EnablePortablePasswords=</kbd><kbd><code>true</code></kbd> or <kbd><code>false</code></kbd> | ||
<dt> <kbd>EncryptPortablePasswords=</kbd><kbd><code>true</code></kbd> or <kbd><code>false</code></kbd> | ||
<dd> Enable support for storing passwords portably. See the <a href="https://bitbucket.org/AluisioASG/crppmgr/src/tip/README.md">Portable Passwords Management Tool's readme file</a> for details. | ||
|
||
<dt> <kbd>LocalDiskCache=</kbd><kbd><code>true</code></kbd> or <kbd><code>false</code></kbd> | ||
<dd> Stores the disk cache in the host computer's temporary directory. This will reduce the number of writes to the device where Chromium Portable is installed, increasing its lifetime. | ||
|
||
<dt> <kbd>RunLocally=</kbd><kbd><code>true</code></kbd> or <kbd><code>false</code></kbd> | ||
<dd> Runs the portable application in a read-only mode. When this option is enabled, the launcher copies the user's data to a temporary directory on the host computer, runs the application, and then deletes it afterwards, leaving nothing behind. This can be useful for running the application from a CD or if the host computer may have spyware or viruses and you'd like to keep your device set to read-only. ''As a consequence of this technique, any changes made during the Live mode session aren't saved back to the device.'' | ||
|
||
<dt> <kbd>GoogleAPIKeys=<code><var><api key></var> :: <var><client id></var> :: <var><client secret></var></code></kbd> | ||
<dd> Access keys for the Google APIs. More details are available at the <a href="https://dev.chromium.org/developers/how-tos/api-keys">Chromium development website</a>. <strong>Note that the delimiters (<code>::</code>) are surrounded by a single space on each side.</strong> | ||
<dd> This can also be set to <kbd><code>none</code></kbd> to hide the “Google API keys are missing” infobar shown at startup.</strong> | ||
<dd> Access keys for the Google APIs. More details are available at the <a href="http://dev.chromium.org/developers/how-tos/api-keys">Chromium development website</a>. <strong>Note that the delimiters (<code><kbd>::</kbd></code>) are surrounded by a single space on each side.</strong> | ||
|
||
<dt> <kbd>HighDPISupport=</kbd><kbd><code>true</code></kbd> or <kbd><code>false</code></kbd> | ||
<dd> Enables Chromium's High DPI mode on high-resolution displays. Support is enabled by default. | ||
</dl> | ||
<h2>Tips</h2> | ||
<h3>Reducing the application size</h3> | ||
|
||
|
||
<h2 id='tips' id="tips">Tips</h2 id='tips'> | ||
<h3 id='tips/reducing-the-application-size' id="reducing-the-application-size">Reducing the application size</h3 id='tips/reducing-the-application-size'> | ||
<p>If space is a concern, there are a few things you can do to reduce the program size. They are listed in effectiveness and recommendation order.</p> | ||
<ul> | ||
<li>Don't install the 64-bit executables</li> | ||
<li>Compress Chromium Portable with the <a href="http://portableapps.com/apps/utilities/portableapps.com_appcompactor">PortableApps.com AppCompactor</a>, using NRV2E compression</li> | ||
<li>Compress Chromium Portable with the <a href="http://portableapps.com/apps/utilities/portableapps.com_appcompactor">PortableApps.com AppCompactor</a>, using NRV2E compression</li> | ||
<li>Clean up navigation data regularly</li> | ||
<li>Remove extra language files from <code>App\Chromium\shared\locales\</code>; make sure to keep the one corresponding to your language</li> | ||
<li>Disable malware and phishing protection</li> | ||
<li>Remove files for unneeded features from the <code>App\Chromium\<var><version></var></code> directory:<ul> | ||
<li>Extra language files (<code>Locales\*.pak</code>; make sure to keep the one corresponding to your language)</li> | ||
<li>PDF viewer plugin (<code>pdf.dll</code>)</li> | ||
<li>Native Client (<code>nacl64.exe</code>, <code>nacl_irt_x86_*.nexe</code> and <code>ppgooglenaclpluginchrome.dll</code>)</li> | ||
</ul> | ||
<h3>Copying a local profile</h3> | ||
<p>If you're using a local copy of Chromium or a derivative, like Google Chrome, you may wish to just copy your local browser settings right into Chromium Portable. For that, you just need to copy the <em>contents</em> of the folder corresponding to your browser to the <code>Data</code> directory in your Chromium Portable install. To access these folders, enter the given address in Windows Explorer's address bar.</p> | ||
<ul> | ||
<li>Chromium, SRWare Iron: <code>%LOCALAPPDATA%\Chromium\User Data\</code></li> | ||
<li>Google Chrome: <code>%LOCALAPPDATA%\Google\Chrome\User Data\</code></li> | ||
<li>Comodo Dragon: <code>%LOCALAPPDATA%\Comodo\Dragon\User Data\</code></li> | ||
</li> | ||
<li>Disable malware and phishing protection</li> | ||
</ul> | ||
<p>You can copy your profile from Chromium Portable to a local browser by performing the converse steps.</p> | ||
<h3>Making a portable copy of Flash</h3> | ||
<p>To copy the Flash plugin from a Google Chome Portable install:</p> | ||
<h3 id='tips/copying-a-local-profile' id="copying-a-local-profile">Copying a local profile</h3 id='tips/copying-a-local-profile'> | ||
<p>If you're using a local copy of Chromium or a derivative, like Google Chrome, you may wish to just copy your local browser settings right into Chromium Portable. For that, you just need to copy the <em>contents</em> of the folder corresponding to your browser to the <code>Data</code> directory in your Chromium Portable install. To access these folders, enter the given address in Windows Explorer's address bar.</p> | ||
<ul> | ||
<li>Create a directory <code><var><ChromiumPortableDir></var>\Data\App\PepperFlash\32</code>, including the possibly missing paths in-between.</li> | ||
<li>Copy the files in <code><var><GoogleChromePortableDir></var>\App\Chrome-bin\<var><version></var>\PepperFlash</code> to the folder you just created.</li> | ||
<li>Chromium, SRWare Iron: <code>%LOCALAPPDATA%\Chromium\User Data\</code></li> | ||
<li>Google Chrome: <code>%LOCALAPPDATA%\Google\Chrome\User Data\</code></li> | ||
<li>Comodo Dragon: <code>%LOCALAPPDATA%\Comodo\Dragon\User Data\</code></li> | ||
</ul> | ||
<p>For use with the 64-bit Chromium Portable, replace <code>32</code> with <code>64</code> in the first step, and use <a href="http://portableapps.com/apps/internet/google_chrome_portable#test">Google Chrome Portable (64-bit)</a> in the second step.</p> | ||
<p>Remember to keep the plugin updated (especially when Chromium Portable nags you to do so).</p> | ||
<p>You can copy your profile from Chromium Portable to a local browser by performing the converse steps.</p> | ||
|
||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
</html> | ||
</div> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
start C:\gr8brik\ChromiumPortable.exe --app=C:\gr8brik\index.html | ||
start C:\gr8brik\ChromiumPortable.exe --app=C:\gr8brik\index.html --ignore-gpu-blacklist --ignore-gpu-blocklist |
Oops, something went wrong.