Skip to content

A Chrome/Firefox extension for various web caches/archivers

Notifications You must be signed in to change notification settings

gromnitsky/easycache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easycache

Open any link or the active tab in services like Google Cache, Bing, Wayback Machine or archive.today. Add you own providers.

Minimum supported Firefox version: 68.2.0esr.

popup

options

context menu

Bing cache

Bing support is a bit hacky. Bing has Web Search API but it doesn't include refs to cached pages in its responses. Thus we just scrape a regular Bing search page looking for the 1st result of the query & get all the info we need for reconstructing a proper url.

Compilation

$ npm i -g json crx3-utils adieu
$ make crx

The resulting .crx should appear in _out dir.

License

MIT.