Chromium Code Search



ChromeCacheView v2.25 - Cache viewer for Google Chrome Web browser
Copyright (c) 2008 - 2021 Nir Sofer

Related Utilities

  • IECacheView - Internet Explorer Cache Viewer

Scalable to hundred of thousands of text files. The Code Searchtool window provides an alternative to Visual Studio's build-int Find In Files. It uses VsChromium search engine to provide search results in typically less than 0.1 sec even for the largest code bases, such as Chromium. This wikiHow teaches you how to inspect the HTML source code of a visual element on any web page on Google Chrome, using a computer. Open Google Chrome on your computer. The Chrome icon looks like a colored ball with a blue dot at the. Code Browsing in Chromium You're new, and Chromium is a big code base. You’ll spend a lot of time searching around Chromium to discover for yourself how the code works, so it makes sense to spend a bit of time investing in a good code browsing solution. Fortunately, there are lots of options. Search and explore code.

How did chromium get on my computer

Description

ChromeCacheView is a small utility that reads the cache folder of Google Chrome Web browser,and displays the list of all files currently stored in the cache.For each cache file, the following information is displayed: URL, Content type, File size, Last accessed time, Expiration time, Server name, Server response, and more.
You can easily select one or more items from the cache list, and then extract the files to another folder, or copy the URLs list to the clipboard.

The Location Of Chrome Cache Folder

The cache folder of Google Chrome is located under [User Profile]Local SettingsApplication DataGoogleChromeUser DataDefaultCache

System Requirements

  • This utility works on any version of Windows, starting from Windows 2000, and up to Windows 7/8/2008/10.

Using ChromeCacheView

ChromeCacheView doesn't require any installation process or additional DLL files. Simply copy the executable file (ChromeCacheView.exe) to any folder you like, and run it.
After you run it, the main window displays the list of files currently stored in the cache of the default Google Chrome user.
You can select one or more cache files from the list, and then export the list into text/html/xml file ('Save Selected Items' option), copy the URL list to the clipboard (Ctrl+U), copy the entire table of cache files (Ctrl+C), and then paste it to Excel or to OpenOffice spreadsheet.You can also extract the actual files from the cache, and save them into another folder, You can do that by using the'Copy Selected Cache Files To' option (F4).

Starting from version 2.10 - When you select image cache item ( gif, png, jpg) or text-based cache item (HTML, CSS, JSON, Javascript), you can watchthe content of the cache file in the lower pane if the 'Show Preview Pane' option is turned on (View -> Show Preview Pane or simply press F8).

Versions History

  • Version 2.25:
    • Updated to work properly with the new cache partitioning of Chrome. (In previous versions, URL was displayed with _dk_ prefix).
    • Added 2 new columns to display the information of the new cache partitioning feature: 'Web Site' and 'Frame'. These columns display the Web site and the frame that requested to load the specified cache item.
  • Version 2.22:
    • Added 'Align Numeric Columns To Right' option (For 'File Size' and 'URL Length' columns).
  • Version 2.21:
    • Added the 'Copy Selected Cache Files To...' option (F4) to the context menu.
    • Fixed the /cfg command-line option to load the .cfg file from the current directory if full path is not specified.
  • Version 2.20:
    • Added 'Preview Copy' option (Ctrl+P), which allows you to copy to the clipboard the image or text displayed in the preview pane.
  • Version 2.15:
    • Added 'Enter Key Action' option, which allows you to choose what to do when you press the Enter key: Properties Window, Open Selected Cache File, Open Link In Web Browser, Open Selected Cache File With.
  • Version 2.10:
    • Added 'Show Preview Pane' option (View -> Show Preview Pane). When It's turned on, a preview pane is added and allows you to quickly view the selected image ( gif, png, jpg files) or text-based file (HTML, CSS, JSON, and so on).
  • Version 2.05:
    • Added more options to the Quick Filter (Ctrl+Q).
  • Version 2.00:
    • Added 'Delete Selected Cache Files' option (Ctrl+Delete). Be aware that this option can only delete Chrome cache items stored in separate file (The cache name is in f_xxxxxx format).It cannot delete cache data stored in data_1 , data_2, data_3 files.
    • Added 'Deleted File' column, which displays 'Yes' if the Chrome cache file is deleted.
  • Version 1.96:
    • Added 'Edge Folder' button to the 'Select Cache Folder' window, which automatically fills the cache folder of Chromium-Based Edge Web browser.
  • Version 1.95:
    • Added 'Open Selected Cache File With...' option.
    • Added 'Open Selected Cache File With...' to the 'Double-Click Action' menu.
    • The 'Open Selected Cache File' option is now displayed in the right-click context menu.
  • Version 1.90:
    • Added support for decompressing Brotli compressed files (Content Encoding = br ).
  • Version 1.87:
    • Fixed a problem with the 'Server IP Address' column.
  • Version 1.86:
    • Added 'Add Header Line To CSV/Tab-Delimited File' option (Turned on by default).
    • Added /cfg command-line option to start ChromeCacheView with the specified config file.
  • Version 1.85:
    • Added new column: 'Server IP Address'.
  • Version 1.80:
    • Added support for the new 'Simple Cache for HTTP' cache format (chrome://flags/#enable-simple-cache-backend).
  • Version 1.77:
    • Fixed bug: ChromeCacheView displayed wrong items when sorting while the 'Quick Filter' is active.
    • Added 'Auto Size Columns+Headers' option.
  • Version 1.76:
    • Fixed bug: The Quick Filter window disappeared if you press the Esc key while it was in focus.
  • Version 1.75:
    • Added 'Quick Filter' feature (View -> Use Quick Filter or Ctrl+Q). When it's turned on, you can type a string in the text-box added under the toolbar and ChromeCacheView will instantly filter the cache items, showing only lines that contain the string you typed.
  • Version 1.70:
    • Added new buttons to easily choose the cache folder of Chrome-base Web browsers: 'Vivaldi Cache Folder', 'Yandex Cache Folder' , and 'Chrome Cache Folder' (Advanced Options window).
  • Version 1.67:
    • Fixed issue: When loading large amount of cache items, some actions, like selecting items and copying selected items to the clipboard were very slow.
  • Version 1.66:
    • Added 'URL Length' column.
  • Version 1.65:
    • Fixed bug: ChromeCacheView failed to retrieve some of the long URLs.
  • Version 1.62:
    • Added 'Opera Cache Folder' button to the 'Select Cache Folder' window, which allows you to easily use this tool to view the cache of Opera Web browser. (Opera is now based on the code of Chrome Web browser...)
  • Version 1.61:
    • The 'Cache Name' column now displays information about cache files stored inside data files (data_1, data_2, data_3 ...). It displays the filename and the position the the file streamis stored.
  • Version 1.60:
    • Fixed to find the correct item when typing the string you want to search into the main List View.
    • Added secondary sorting support: You can now get a secondary sorting, by holding down the shift key while clicking the column header. Be aware that you only have to hold down the shift key when clicking the second/third/fourth column. To sort the first column you should not hold down the Shift key.
  • Version 1.56:
    • Fixed bug: ChromeCacheView failed to copy the cache files if 'Save the files in the directory structure of the Web site' option was turned on andthe Web site used non-standard TCP port (Instead of port 80).
    • Fixed to display date/time values according to daylight saving time settings.
  • Version 1.55:
    • Fixed issue: ChromeCacheView loaded only 4 data files: data_0, data_1, data_2, data_3.It seems that when the cache of Chrome is large enough, it starts to create more cache data files (data_4, data_5...)
      Starting from this version, ChromeCacheView will read these additional cache data files.
  • Version 1.50:
    • Added 'Load only files larger than...' and 'Load only files smaller than...' options. (In 'Select Cache Folder' window)
  • Version 1.46:
    • Fixed bug: ChromeCacheView failed to decompress some of the files compressed with gzip.
    • Fixed issue: ChromeCacheView left multiple files under the temp folder when extracting files compressed with gzip.
  • Version 1.45:
    • ChromeCacheView now loads the cache items much faster and with less memory usage, especially if you havea large amount of items in the cache.
  • Version 1.40:
    • Added 'Stop' menu item, which allows you to stop the loading process of the cache files list.
  • Version 1.35:
    • Added 'Load only cache files from the last xx days' option (In 'Select Cache Folder' window).
    • Added 'Load only cache files in the following time range' option (In 'Select Cache Folder' window).
  • Version 1.30:
    • Added 'Open Selected Cache File' option, which opens the selected cache filewith the default file viewer.
    • Added 'Double-Click Action' option, which allows you to choosewhat to do when you double-click on cache item.
  • Version 1.27:
    • The status bar now displays the total size of selected files in KB/MB.
  • Version 1.26:
    • Fixed ChromeCacheView to read the cache when the latest version of Chromeis opened and locks the cache files.
  • Version 1.25:
    • Added /copycache command-line option, which allows you to extract files from the cachewithout displaying any user interface.
    • Also added /CopyFilesFolder, /UseWebSiteDirStructure, and /NewNameIfExist command-line options,for using with the /copycache command-line option.
  • Version 1.22:
    • Made a small fix that hopefully will solve a crash problem that some users experienced.
  • Version 1.21:
    • Fixed bug: ChromeCacheView failed to copy cache files because the filenames contained invalid file characters (?, :, *, |, and others).
  • Version 1.20:
    • Added new option in 'Copy Selected Cache Files': Update the modified time of the copied files according to modified time in the Web server.
  • Version 1.15:
    • Added support for working with the cache files of Chrome 2.x
  • Version 1.10:
    • Added 'Show Zero-Length Files' option.
    • Added fileter by file type. (text/html, image, audio, video, application)
  • Version 1.05
    • New option in 'Copy Selected Files To...': Save the files in the directory structure of the Web site.
  • Version 1.00 - First release.

Command-Line Options

Chromium Code Search
/stab <Filename>Save the list of all cache files into a tab-delimited text file.
/stabular <Filename>Save the list of all cache files into a tabular text file.
/sverhtml <Filename>Save the list of all cache files into HTML file (Vertical).
-folder <Cache Folder>Start ChromeCacheView with the specified cache folder.
/UseWebSiteDirStructure 0 | 1Save the files in the directory structure of the Web site. 0 = No, 1 = Yes
/NewNameIfExist 0 | 1Copy as new name if filename already exists. 0 = No, 1 = Yes
ChromeCacheView.exe /cfg '%AppData%ChromeCacheView.cfg'

Examples:
ChromeCacheView.exe -folder 'F:Documents and SettingsAdministratorLocal SettingsApplication DataGoogleChromeUser DataDefaultCache'
ChromeCacheView.exe -folder 'F:Documents and SettingsUser1Local SettingsApplication DataGoogleChromeUser DataDefaultCache' /shtml c:tempchrm.html
ChromeCacheView.exe /stext c:tempchrm.txt

Copy Cache Examples:

  • Copy all cache files of www.nirsoft.net to f:temp in the directory structure of the Web site:
    /copycache 'http://www.nirsoft.net' ' /CopyFilesFolder 'f:temp' /UseWebSiteDirStructure 1
  • Copy all image cache files of www.nirsoft.net to f:temp:
    /copycache 'http://www.nirsoft.net' 'image' /CopyFilesFolder 'f:temp' /UseWebSiteDirStructure 0
  • Copy all .png files from the cache to f:temp:
    /copycache ' 'image/png' /CopyFilesFolder 'f:temp' /UseWebSiteDirStructure 0
  • Copy all files from the cache to f:temp:
    /copycache ' ' /CopyFilesFolder 'f:temp' /UseWebSiteDirStructure 0

Translating ChromeCacheView to other languages

SearchIn order to translate ChromeCacheView to other language, follow the instructions below:
  1. Run ChromeCacheView with /savelangfile parameter:
    ChromeCacheView.exe /savelangfile
    A file named ChromeCacheView_lng.ini will be created in the folder of ChromeCacheView utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all string entries to the desired language.Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
  4. After you finish the translation, Run ChromeCacheView, and all translated strings will be loaded from the language file.
    If you want to run ChromeCacheView without the translation, simply rename the language file, or move it to another folder.

License

This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files inthe distribution package, without any modification !

Disclaimer

The software is provided 'AS IS' without any warranty, either expressed or implied,including, but not limited to, the implied warranties of merchantability and fitnessfor a particular purpose. The author will not be liable for any special, incidental,consequential or indirect damages due to loss of data or any other reason.

Feedback

If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com
Download ChromeCacheView

ChromeCacheView is also available in other languages. In order to change the language of ChromeCacheView, download the appropriate language zip file, extract the 'chromecacheview_lng.ini', and put it in the same folder that you Installed ChromeCacheView utility.

LanguageTranslated ByDateVersion
ArabicShanaab!03/08/20151.65
ArabicSIMO:THAMI30/08/2018ChromeCacheView v1.80
Brazilian PortuguesePaulo Guzmán21/09/20181.80
DutchJan Verheijen03/02/20212.25
FilipinoXkippersX03/05/20141.56
Frenchpapoo/Largo21/08/20181.80
Frenchgrafik.muzik02/10/20101.25
German«Latino» auf WinTotal.de02/02/20212.25
Greekgeogeo.gr06/02/20181.77
HungarianJaff (Oprea Nicolae)30/12/20181.85
ItalianAlessandro Viscone28/09/20111.30
JapaneseZiG(1.35), inuuik(1.77)17/01/20181.77
KoreanEnpinion15/07/20111.00
Polishlocalizr.net25/12/20081.10
Portuguese BrazilJean Patrick Souto Costa06/04/20111.0
Portuguese BrazilVirgilius27/12/2011
RomanianJaff (Oprea Nicolae)30/12/20181.85
RussianLike, solokot06/02/20212.25
Simplified ChineseBonian16/12/20191.96
Simplified Chinesechncwk24/03/20181.77
Simplified ChineseDickMoore07/02/20212.25
Simplified Chinese陈渝02/11/2020
SlovakFrantišek Fico09/02/20212.25
SpanishCarlos Lozano29/01/20091.10
Traditional ChineseYork Mak28/06/20151.66
Traditional ChineseDanfong Hsieh03/02/20212.25
TurkishIndeks.Gen.Tr04/09/20091.20
Valencianvjatv19/10/20081.0

Developer Overview

  • WebM Repositories
  • WebP Repositories

We use the Git version control software. If you areunfamiliar with Git, the fastest way to get the code is to download one of theversionedsnapshots. Tolearn about Git, we recommend you start with thedocumentation.

WebM Repositories

Also see: Continuous Integration

libvpx: VP8/VP9 Codec SDK

TaskURL
clonehttps://chromium.googlesource.com/webm/libvpx
pushhttps://chromium-review.googlesource.com/webm/libvpx
browsehttps://chromium.googlesource.com/webm/libvpx/
mirrorhttps://github.com/webmproject/libvpx/

Building on Windows

Building the source code from git requires that you be familiar with and have installed a Unix-like environment such as Cygwin or MSYS.

libwebm: WebM File Parser

TaskURL
clonehttps://chromium.googlesource.com/webm/libwebm
pushhttps://chromium-review.googlesource.com/webm/libwebm
browsehttps://chromium.googlesource.com/webm/libwebm
mirrorhttps://github.com/webmproject/libwebm/

webm-tools: Alpha-channel, Encryption, and Streaming-related tools

TaskURL
clonehttps://chromium.googlesource.com/webm/webm-tools
pushhttps://chromium-review.googlesource.com/webm/webm-tools
browsehttps://chromium.googlesource.com/webm/webm-tools
mirrorhttps://github.com/webmproject/webm-tools/

webmdshow: DirectShow Filters Source

TaskURL
clonehttps://chromium.googlesource.com/webm/webmdshow
pushhttps://chromium-review.googlesource.com/webm/webmdshow
browsehttps://chromium.googlesource.com/webm/webmdshow
mirrorhttps://github.com/webmproject/webmdshow/

webmquicktime: QuickTime Components Source

TaskURL
clonehttps://chromium.googlesource.com/webm/webmquicktime
pushhttps://chromium-review.googlesource.com/webm/webmquicktime
browsehttps://chromium.googlesource.com/webm/webmquicktime
mirrorhttps://github.com/webmproject/webmquicktime/

webminspector: WebM File Inspector

Dumps all EBML and WebM data in a WebM file to stdout.

TaskURL
clonehttps://chromium.googlesource.com/webm/webminspector
pushhttps://chromium-review.googlesource.com/webm/webminspector
browsehttps://chromium.googlesource.com/webm/webminspector
mirrorhttps://github.com/webmproject/webminspector/

vp8-test-vectors: Decoder Test Vectors

Used to validate VP8 decoder conformance.

This project is relatively static. Please discuss any proposedcommits on codec-develbefore submitting.

TaskURL
clonehttps://chromium.googlesource.com/webm/vp8-test-vectors
pushhttps://chromium-review.googlesource.com/webm/vp8-test-vectors
browsehttps://chromium.googlesource.com/webm/vp8-test-vectors
mirrorhttps://github.com/webmproject/vp8-test-vectors/

udpsample: UDP Sample Code

A simple, unsupported videoconferencing demo application. May requireconsiderable modification to run in your environment.

TaskURL
clonehttps://chromium.googlesource.com/webm/udpsample
pushhttps://chromium-review.googlesource.com/webm/udpsample
browsehttps://chromium.googlesource.com/webm/udpsample
mirrorhttps://github.com/webmproject/udpsample/

bitstream-guide: VP8 Data Format

Text source of RFC 6386, 'VP8 Data Format and Decoding Guide'

TaskURL
clonehttps://chromium.googlesource.com/webm/bitstream-guide
pushhttps://chromium-review.googlesource.com/webm/bitstream-guide
browsehttps://chromium.googlesource.com/webm/bitstream-guide
mirrorhttps://github.com/webmproject/bitstream-guide/

WebP Repositories

libwebp: WebP Image Library

Provides libwebp.so, a library for encoding and decoding WebP imagefiles. See the Google Code site for more information and related tools,as well as thewebp-discussmailing list:

TaskURL
clonehttps://chromium.googlesource.com/webm/libwebp
pushhttps://chromium-review.googlesource.com/webm/libwebp
browsehttps://chromium.googlesource.com/webm/libwebp
mirrorhttps://github.com/webmproject/libwebp/

libwebp-test-data: dwebp Validation Tool

Validates the output of dwebp, via MD5 sum. dwebp is an exampleutility created by libwebp, above.

TaskURL
clonehttps://chromium.googlesource.com/webm/libwebp-test-data
pushhttps://chromium-review.googlesource.com/webm/libwebp-test-data
browsehttps://chromium.googlesource.com/webm/libwebp-test-data
mirrorhttps://github.com/webmproject/libwebp-test-data/

webp-wic-codec: Windows Imaging Component Decoder for WebP

Windows Imaging Component wrapper for libvpx, currently enabling WebPdecode.

TaskURL
clonehttps://chromium.googlesource.com/webm/webp-wic-codec
pushhttps://chromium-review.googlesource.com/webm/webp-wic-codec
browsehttps://chromium.googlesource.com/webm/webp-wic-codec
mirrorhttps://github.com/webmproject/webp-wic-codec/

Set-up Your Machine

Make sure you have all the build dependenciesbefore trying to build the WebM source code.

Start Hacking

Got your own itch? Great! Want some inspiration? See theroadmap for some projects that we think would beinteresting. Talk to us on one of our mailing lists so wehave an idea what you're interested in -- maybe you can find a partner!

Contribute

See our page on submitting patchesfor more information on getting yourchange peer-reviewed and merged upstream.