Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
susstevedev authored Jun 9, 2024
1 parent 82888d3 commit 4a75eb9
Show file tree
Hide file tree
Showing 7 changed files with 1,036 additions and 67 deletions.
159 changes: 104 additions & 55 deletions Help.html
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&nbsp;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&nbsp;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&nbsp;Portable will leave no personal information behind on the machine you run it on.</p>
<p>You&#39;re free to redistribute Chromium&nbsp;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&nbsp;Portable&#39;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&nbsp;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>&lt;text&gt;</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&nbsp;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&nbsp;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&#39;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&#39;s temporary directory. This will reduce the number of writes to the device where Chromium&nbsp;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&#39;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&#39;d like to keep your device set to read-only. &#39;&#39;As a consequence of this technique, any changes made during the Live mode session aren&#39;t saved back to the device.&#39;&#39;

<dt> <kbd>GoogleAPIKeys=<code><var>&lt;api key&gt;</var> :: <var>&lt;client id&gt;</var> :: <var>&lt;client secret&gt;</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&#39;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&nbsp;Portable with the <a href="http://portableapps.com/apps/utilities/portableapps.com_appcompactor">PortableApps.com&nbsp;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>&lt;version&gt;</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&#39;re using a local copy of Chromium or a derivative, like Google&nbsp;Chrome, you may wish to just copy your local browser settings right into Chromium&nbsp;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&nbsp;Portable install. To access these folders, enter the given address in Windows&nbsp;Explorer&#39;s address bar.</p>
<ul>
<li>Create a directory <code><var>&lt;ChromiumPortableDir&gt;</var>\Data\App\PepperFlash\32</code>, including the possibly missing paths in-between.</li>
<li>Copy the files in <code><var>&lt;GoogleChromePortableDir&gt;</var>\App\Chrome-bin\<var>&lt;version&gt;</var>\PepperFlash</code> to the folder you just created.</li>
<li>Chromium, SRWare&nbsp;Iron: <code>%LOCALAPPDATA%\Chromium\User Data\</code></li>
<li>Google&nbsp;Chrome: <code>%LOCALAPPDATA%\Google\Chrome\User Data\</code></li>
<li>Comodo&nbsp;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&nbsp;Portable to a local browser by performing the converse steps.</p>

</div>
</div>
</main>
</div>
</html>
</div>
</body>
</html>
2 changes: 2 additions & 0 deletions Stats.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -6200,9 +6200,7 @@ object-assign
"div",
{ className: _styles_components_sidebar__WEBPACK_IMPORTED_MODULE_5___default.a.text },
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("i", { className: "ion-log-out" }),
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("span", null, "Save to device"),
)
),
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("span", null, "Save to device")),
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(
"div",
{ className: _styles_components_sidebar__WEBPACK_IMPORTED_MODULE_5___default.a.row },
Expand All @@ -6218,9 +6216,10 @@ object-assign
)
)
)
);
},
)
)
},
},
{
key: "_exportFile",
value: function () {
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<head>
<meta http-equiv="x-ua-compatible" content="chrome=1">
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="http://www.gr8brik.rf.gd/img/icon.ico">
<link rel="icon" type="image/x-icon" href="C:\gr8brik\App\AppInfo\AppIcon.ico">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
<title>Modeler - GR8BRIK</title>
<title>GR8BRIK dekstop alpha v1.1</title>
<link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" />
<link href="styles.css" rel="stylesheet">
</head>
<body>
<div id="root">
<center><img src="http://www.gr8brik.rf.gd/img/loading.gif"></center>
<center><h2>Please wait while we launch GR8BRIK services...</h2></center>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/89/three.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/stats.js/r16/Stats.min.js"></script>
<script src="jquery-3.2.1.min.js"></script>
<script src="three.min.js"></script>
<script src="Stats.min.js"></script>
<script type="text/javascript" src="builder.js"></script>
</body>
</html>
4 changes: 4 additions & 0 deletions jquery-3.2.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion launch.bat
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
Loading

0 comments on commit 4a75eb9

Please sign in to comment.