Informazioni su Check Page

Un app che controlla periodicamente le pagine web per i cambiamenti di contenuto

Check Page is an app which periodically checks Web pages for content changes. It is targeted at advanced Web users, who are able to read HTML code and write a Xpath or CSS query to extract the data of interest.

CSS queries allows you to select data by HTML tag names, ids, classes and more:

- h1(selects <h1>)

- #computers(selects elements with id="computers")

- span.title(selects <span class="computers">)

More info: https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Selectors

Xpath queries are slightly more complex, but allows more control on what data is being selected and provides functions to transform that data:

- //h1[2](selects second <h1> element in the page)

- //*[@id='computers'](selects any element with id="computers")

- //span[@class]/@class(selects class attribute values of <span> elements)

- //li/substring-before(., ',')(selects <li> elements and returns inner text before first comma)

More info: https://www.w3schools.com/xml/xpath_intro.asp

FAQ:

Q: I've selected update period of X minutes, but sometimes the period between two consecutive updates is much longer. Why is that?

A: The updates are scheduler by Android OS. In order to reduce battery consumption Android schedules some actions to be run more or less often than requested.

Novità nell'ultima versione 0.4.0

Last updated on Jun 12, 2019

- Added ability to configure and disable notifications;
- Notifications are now grouped if multiple pages have changed;
- UI improvements;
- Bugfixes;

Traduzione in caricamento...

Informazioni APP aggiuntive

Ultima versione

Richiedi aggiornamento Check Page 0.4.0

Caricata da

Dou Mar

È necessario Android

Android 4.4+

Mostra Altro

Check Page Screenshot

Commento Loading...
Lingua
Ricerca...
Iscriviti ad APKPure
Sii il primo ad accedere alla versione anticipata, alle notizie e alle guide dei migliori giochi e app Android.
No grazie
Iscrizione
Abbonato con successo!
Ora sei iscritto ad APKPure.
Iscriviti ad APKPure
Sii il primo ad accedere alla versione anticipata, alle notizie e alle guide dei migliori giochi e app Android.
No grazie
Iscrizione
Successo!
Ora sei iscritto alla nostra newsletter.