1.0.0 • Published 8 years ago

web-timemachine v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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