Does Chrome have the "Work offline" option?

I am trying to check my fallback page in html5 cache manifest. I would rather not actually disconnect from the Internet to do this. I heard that Chrome doesn’t work in Chrome, so I need to check it specifically. Does Chrome have the ability to work offline? I looked through the settings and available extensions, and I can not find anything.

+53
google-chrome offline-browsing
Apr 18 '13 at 19:12
source share
6 answers

It looks like Chrome now has this feature using the Chrome Developer Tools (Ctrl-Shift-I). Click on the "Device Mode" icon in the upper left corner. Now the device and network bandwidth and latency (or fully autonomous) can be modeled using the drop-down menus at the top of the screen:

Device and Network Selection

The screenshot above is the version of Chrome version 42.0.2311.60 beta (64-bit) on Linux.

NOTE. By 2015, unfortunately, this does not affect Websocket connections, which continue to work regardless of network settings. See https://code.google.com/p/chromium/issues/detail?id=423246 .

+41
Mar 29 '15 at 5:38
source share

Chrome has a flag called "Enable showing saved copy button."
Find the flag by visiting the chrome://flags/#show-saved-copy URL chrome://flags/#show-saved-copy

Enable showing saved copy button
When the page does not load, if an outdated copy of the page exists in the browser’s cache, a button will be presented allowing the user to download this outdated copy. The main allowing selection makes the button in the most noticeable position on the error page; secondary enable selection makes it secondary to the reset button.

Note that this flag was called "Enable offline download."

Chrome Offline Sample

Gmail also has a standalone option. Gmail Offline is a Google Chrome app that lets you read and manage messages when you don’t have an internet connection. You can even create messages that will be sent when you are online again.

+23
Apr 18 '13 at 19:26
source share

Google chrome itself does not have this feature, however, I found this page to do exactly what with the extension.

http://techlogon.com/2013/01/25/how-to-work-offline-in-google-chrome/

It works by routing chrome traffic to a proxy server, which you specify where there is no proxy server, and therefore will not receive any network traffic.

+6
Dec 09 '13 at 14:11
source share

Offline Switch is Chrome’s new convenient extension for quickly completing this task. You can switch between offline and online on Google.

Chrome offline switcher

The add-on is simple, just to install a Chrome proxy on a non-existent point.

+3
Jan 10 '16 at 2:03
source share

As far as I know, Google Chrome does not have offline mode, so disconnecting from the Internet is the only way I can imagine it.

+1
Apr 18 '13 at 19:17
source share

Here are some related chrome errors

Request for the Devtools function: switching network throttling profiles using the keyboard shortcuts https://code.google.com/p/chromium/issues/detail?id=511152

DevTools: online / offline events do not fire in device emulation https://code.google.com/p/chromium/issues/detail?id=422956

If you use Firefox, the "Work offline" extension is very convenient https://addons.mozilla.org/en-GB/firefox/addon/work-offline/

0
Oct. 06 '15 at 4:12
source share



All Articles