Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
/ chromium-peeker Public archive

A native C++11 Win32 utility to download a list of Chromium builds for Windows.

License

Notifications You must be signed in to change notification settings

rodrigocfd/chromium-peeker

Repository files navigation

Chromium Peeker

A native C++11 Win32 utility to download a list of Chromium builds for Windows, allowing info fetching and ZIP package download.

Screenshot

WinLamb library

This project uses WinLamb library in a submodule.

After cloning the repository, pull the submodule files by running:

git submodule init
git submodule update

Showcase

The project showcases the following WinLamb features:

  • main and modal dialogs;
  • multi-threaded background operations;
  • listview control;
  • progress indicator on taskbar;
  • download files from the Internet;
  • manipulate XML documents;
  • unzip files.