From c9b3474d49d837772192b092c53e16089db24d84 Mon Sep 17 00:00:00 2001 From: SEM-DEV Date: Mon, 29 Jun 2020 07:44:06 +0300 Subject: [PATCH] update --- README.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d30d5aa..c5506e2 100644 --- a/README.md +++ b/README.md @@ -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.