gromnitsky / easycache

A Chrome/Firefox extension for various web caches/archivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Chrome/Firefox extension for various web caches/archivers


Languages

Language:JavaScript 77.0%Language:HTML 14.3%Language:Makefile 5.8%Language:CSS 2.9%