rodrigocfd / chromium-peeker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 96.0%Language:C 4.0%