Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gromnitsky/easycache
A Chrome/Firefox extension for various web caches/archivers
https://github.com/gromnitsky/easycache
chrome-extension firefox-extension google-cache wayback-machine
Last synced: about 6 hours ago
JSON representation
A Chrome/Firefox extension for various web caches/archivers
- Host: GitHub
- URL: https://github.com/gromnitsky/easycache
- Owner: gromnitsky
- Created: 2017-11-24T15:52:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T18:18:09.000Z (2 months ago)
- Last Synced: 2024-09-15T19:38:24.453Z (2 months ago)
- Topics: chrome-extension, firefox-extension, google-cache, wayback-machine
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easycache
* [Chrome Web Store](https://chromewebstore.google.com/detail/easycache/kcidaidcpfbkemhohngajephodacajbf)
* [.crx file](http://gromnitsky.users.sourceforge.net/js/chrome/)A browser extension (manifest v3) that serves as an interface to
various web caches or archivers (Google, Bing, Wayback Machine,
archive.is). You can add another providers.## Compilation
$ npm i -g adieu
$ sudo dnf install jq jsonnet
$ make crxThe resulting .crx should appear in `_out` dir.
## Implementation notes
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.## License
MIT.