View Later is inspired by ReadLater extension (https://github.com/napsternxg/ReadLater).
It allows you to pin the link you would like to visit later.
ViewLater Chrome extension is written in Go with the usage of GopherJS.
Update 1: Migrated to Bootstrap.
Update 2: Screenshots are resized in order to minimize storage size.
- Download the sources.
- Init govendor:
govendor init
govendor fetch github.com/fabioberger/chrome
govendor fetch honnef.co/go/js/dom
- Build the extension:
govendor fetch honnef.co/go/js/dom
As result viewlater/ folder will be created.
- Go to chrome://extensions/ and click on "Load unpacked extension..." button. Navigate to viewlater/ folder and click "Select" button. Extension will be added to you Chrome browser.
When on the tab you want to view later click on ViewLater extension button and press "Add". Want to visit previously pinned link? Click on ViewLater extension button and then click on the link to visit. Screenshot of the website is created for convenience.
In case if you hit the issue gopherjs/gopherjs#415 Please try this workaround from console (from the root of the project):
>cd vendor
>ln -s . src
>cd ..