provide an example using the history api

This commit is contained in:
Andy McKay
2016-06-06 16:57:30 -07:00
parent 911053e825
commit e6bbf3d41b
6 changed files with 123 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# History deleter
## What it does
This extension includes a page action with a popup specified as "history.html". The page action will not appear on about:... pages.
The popup shows a list of 5 history entries for the current domain. It provides a clear button to delete all entries for that domain.
## What it shows
How to use the history API.