web-timemachine
v1.0.0
Published
Chrome extension for wayback to sometime to view the archived webpages.
Downloads
15
Maintainers
Readme
Web TimeMachine (Chrome Extension)
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. (Becauseinjectpage
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.