web-timemachine

Chrome extension for wayback to sometime to view the archived webpages.

Usage no npm install needed!

<script type="module">
  import webTimemachine from 'https://cdn.skypack.dev/web-timemachine';
</script>

README

Web TimeMachine (Chrome Extension)

NPM version Dependency Status devDependency Status

Chrome extension for wayback to sometime to view the archived webpages.

Download


Contributing & Development Guide

# clone it
$ git clone https://github.com/patw0929/web-timemachine.git

# Install dependencies
$ npm install
  • Run script
# build files to './dev'
# start webpack development server
$ npm run dev
  • If you're developing Inject page, please allow https://localhost:3000 connections. (Because injectpage injected GitHub (https) pages, so webpack server procotol must be https.)
  • Load unpacked extensions with ./dev folder.

To contribute to this repo, clone it locally and commit your code on a separate branch, then you could push & open a pull-request.

LICENSE

MIT