This application can monitor updates on web pages (version changes) and show it in friendly form. Define what page, what string to look for and if program detects change it will tell you about it. You can also use it for checking exchange rates or any data you want.
How it works?
Program connect to your URL and try find String1 on the page. If found it then
search for String2. If found it then search for EndString, from this place is
extracted and trimmed new string which is compared with our old value.
Read more in Readme.txt !
Screens:
Just enter strings on your target page to be checked:
Download 92 KB (zip)
Current version 2.50 (26.11.2024)Change Log:
- Added new mode for accepting new version: automatic and manual (you must each record confirm manually)
- Added support to check specified version file via command line and via menu (Open, Save)
- Added colors based on check status
- Version files are now UTF-8, old Unicode files will be automatically converted on first save
- Executable is now not packed (to avoid false alarm for some AV)
- Changed Microsoft .NET Framework 4.6.1 -> 4.8