Pauloper1 / Sev

Chrome Extension to store active tabs with preview.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sev

Sev is a Browser extension that collects all the active URLs in the current browsers and stores it. You can look at the stored URLs in the storage page with preview of each URls.

Development Note: To obtain a preview of the link, I've utilized link-preview-js, a Node.js module. Since Node modules can't be directly used in extension development, I've employed Browserify to make the link-preview-js module compatible with the browser.

References:

About

Chrome Extension to store active tabs with preview.


Languages

Language:JavaScript 99.8%Language:CSS 0.1%Language:HTML 0.1%