Skip to content

Chrome extension to pin URLs in order to view them later

License

Notifications You must be signed in to change notification settings

backedrum/ViewLater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View Later is a Chrome extension to keep links you want (maybe) to visit later

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.

screen shot 2017-12-31 at 12 22 24 am

How to install?

  1. Download the sources.
  2. Init govendor:
govendor init
govendor fetch github.com/fabioberger/chrome
govendor fetch honnef.co/go/js/dom
  1. Build the extension:
govendor fetch honnef.co/go/js/dom

As result viewlater/ folder will be created.

  1. 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.

How to use?

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.

Problems with gopher.js and vendor

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 ..

About

Chrome extension to pin URLs in order to view them later

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published