jalaffa Posted August 25, 2017 Share Posted August 25, 2017 Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. Google Chrome also uses a brand new javascript engine (V8), which is much faster than existing javascript interpreters. This means you can create more complex and more intensive AJAX applications with fewer speed and processing constraints. Finally, Google Chrome is built on top of Blink (WebKit fork), so Google Chrome users will benefit from the CSS3 features being added to Blink (WebKit fork) as those features are released. Thanks to SalaR for the update.Download Link to comment Share on other sites More sharing options...
snf Posted August 25, 2017 Share Posted August 25, 2017 Portable Google Chrome 60.0.3112.113 32-64 bit Multilingual Online By PortableAppZ Link to comment Share on other sites More sharing options...
Nastrahl Posted August 25, 2017 Share Posted August 25, 2017 You shouldn’t use Blink/Chromium/Chrome brtowser until those issues are fixed : https://bugs.chromium.org/p/chromium/issues/detail?id=52663 https://bugs.chromium.org/p/chromium/issues/detail?id=176727 Link to comment Share on other sites More sharing options...
snf Posted August 26, 2017 Share Posted August 26, 2017 Google Chrome Portable 60.0.3112.113 By PortableApps Download 60.0.3112.113 for Windows, Multilingual 1+43MB download / 180MB installed Site: https://downloads.sourceforge.net Sharecode[?]: /portableapps/GoogleChromePortable_60.0.3112.113_online.paf.exe Download 60.0.3112.113 x64 for Windows, Multilingual 1+43MB download / 180MB installed Site: https://downloads.sourceforge.net Sharecode[?]: /portableapps/GoogleChromePortable64_60.0.3112.113_online.paf.exe Details Online Installer paf: This is installer will download Google Chrome during setup. Features Google Chrome's features include: Quick to start up Loads web pages in a snap Runs web applications faster than ever Designed for efficiency and ease of use Search and navigate to web pages from the same box Arrange and organize tabs however you wish — quickly and easily Get to your favorite websites with just a click, from the thumbnails of your most visited sites in the New Tab page Themes to add delight to your browser Learn more about Google Chrome... Issues Passwords Not Saved Between PCs By Default: Google Chrome stores passwords in such a way that they are encrypted in a way tied to current PC. While the passwords are not kept or left behind on the PC itself, they won't be retrievable when you move to a new PC. We've added password portability as an advanced option, though, which you can enable by reading the help.html file. Certificates Not Portable: Google Chrome has no certificate manager. It uses Windows' certificates manager. So, any certificates you install through the Google Chrome interface are stored on the current local machine and will not travel with you. Thus, you should not use any private certificates with Google Chrome except on your own PC. Some Settings Locked Per PC: Google Chrome locks specific settings to a given PC. Details are included in this post. This behavior is by design by the Chrome team. If you would like this changed, please file a bug with the Chrome team. A suggested workaround is to sign in to Google to restore all settings and extensions and to use an extension such as Session Buddy to maintain your session state as you move PCs. Note that PortableApps.com has not evaluated this extension. Note that other portable browsers such as Mozilla Firefox, Portable Edition do not have any of the issues mentioned above. These issues are specific to Chrome due to Chrome's design and not something we can work around without fixes to the base app by the Chrome developers. Google Chrome Portable Beta, Dev For testers, developers and other advanced users, the dev and beta releases of Google Chrome is also available as a portable app. It will install alongside your standard install of Google Chrome in a GoogleChromePortableDev or GoogleChromePortableBeta folder, allowing you to test out the upcoming version without impacting your main Google Chrome Portable install. Please note that this is not intended to be used as your primary, everyday browser as it is either beta or development test quality. The build will be updated to new versions as Google releases them. Download 61.0.3163.59 Beta for Windows, Multilingual 1+38MB download / 150MB installed Site: https://downloads.sourceforge.net Sharecode[?]: /portableapps/GoogleChromePortableBeta_61.0.3163.59_online.paf.exe Download 62.0.3198.0 Dev for Windows, Multilingual 1+38MB download / 150MB installed Site: https://downloads.sourceforge.net Sharecode[?]: /portableapps/GoogleChromePortableDev_62.0.3198.0_online.paf.exe Performance Note: Google Chrome Portable may run slowly from some flash drives. You can speed this up by copying GoogleChromePortable.ini from the GoogleChromePortable\Other\Source directory to the GoogleChromePortable directory and editing it to set RunLocally=true. If you do so, be sure to allow Google Chrome Portable time to copy your profile back after shutting it down. Of course, there are privacy implications to copying your personal data locally to a PC not under your control. Download Details Publisher: PortableApps.com (Dan Bugglin) and Google Date updated: 2017-08-15 System Requirements: Windows 7/8/10 License: Freeware / Partially Open Source (Launcher: GPL, Chromium: BSD) Source Code: Launcher (included), Chromium MD5 Hash (Stable 32-bit): 4ef9a30d691e606e3fa6c5a9d115b369 PortableApps.com is not affiliated with Google. Google and Chrome are trademarks of Google, Inc. Link to comment Share on other sites More sharing options...
snf Posted August 26, 2017 Share Posted August 26, 2017 17 hours ago, Nastrahl said: You shouldn’t use Blink/Chromium/Chrome brtowser until those issues are fixed : https://bugs.chromium.org/p/chromium/issues/detail?id=52663 https://bugs.chromium.org/p/chromium/issues/detail?id=176727 I submit the two find issues find by you. At developer , compiler i know. Reply: Quote Chromium is not thrashing the Win10 system on which I am typing this reply. ProcMon shows generally expected file activity for a rather active application IMO. There is a flurry of file activity upon loading Chromium, as it is loading and accessing various resources. After a few seconds, it settles down. Load a page, and it churns through the usual stuff: cache, history, cookies, top sites, etc. It appears file buffer flushes are occasionally invoked for explicit writes for at least some priority file creations and/or updates that would be needed for example to restore a session. Otherwise, Windows handles it own write caching and lazy writes unless those buffer flushes are invoked. If you move a few GB of data through your browser per day, then yeah, there is a decent chance you are probably going to move a few GB through your data storage - HDD, SSD, ram drive, etc. - per day as well. Perhaps (much) less if certain caching is disabled, like by modifying disk-cache-size and media-cache-size from the command line. YMMV. Risks? A spinning HDD might spin more often and/or longer, thus increasing energy consumption, heat, etc. A SSD might not go into a low-power state as often, which is again a possible energy issue, though a typical consumer SSD tends to use only a few watts under heavy load anyway. The bigger SSD concern could be data writes causing excessive drive wear, though a modern SSD with wear leveling running along with a modern OS using AHCI and TRIM can have write endurance ratings measured in the hundreds of TBs, For an alternative, consider installing a Chromium portable version to a RAM drive if it is truly a concern. Many RAM drive utilities also offer the ability to easily save and restore the RAM drive image on system shutdown and startup Link to comment Share on other sites More sharing options...
Nastrahl Posted August 26, 2017 Share Posted August 26, 2017 5 hours ago, snf said: I submit the two find issues find by you. At developer , compiler i know. Reply: Thanks it’s always great to have insight from many. What I understood about those two issues, it that all browsers that use its engine suffer from I/O writes even while doing nothing with the browser, even with a blank page, which is not normal. What your developer describes appear to me as a normal behaviour, but it seems it’s not about the specific issues. I may have not well understood his explanation… If so I apologies. Link to comment Share on other sites More sharing options...
snf Posted August 26, 2017 Share Posted August 26, 2017 @Nastrahl No danger. Just a possible , little faster wear , of hard discs. Link to comment Share on other sites More sharing options...
Kalju Posted August 31, 2017 Share Posted August 31, 2017 Download Google Chrome Offline Installation Packages. Updated today - link Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.