Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SEM-DEV committed Jun 29, 2020
1 parent db8bed3 commit c9b3474
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
# navigation-stats
# scholarship websites#

## What it does ##

The extension includes:

* a background which collects navigation stats using the webNavigation API,
and store the stats using the storage API.
* a browser action with a popup including HTML, CSS, and JS, which renders
the stats stored by the background page
* A list of the popular websites post scholarships.




When the user navigate on a website from any of the browser tabs, the background
page collected every completed navigation with the "http" or "https" schemes
(using an UrlFilter for the listener of the webNavigation events)

When the user clicks the browser action button, the popup is shown, and
the stats saved using the storage API are retrived and rendered in the
popup window.

## What it shows ##

* use the webNavigation API to monitor browsing navigation events
* use an UrlFilter to only receive the webNavigation event using
one of the supported criteria.
* use the storage API to persist data over browser reboots and to share it
between different extension pages.

0 comments on commit c9b3474

Please sign in to comment.