/AllSeeingEye

Google Chrome Extension. Record All Browsing in Screenshots & Full Text. Search For Anything At Any Time. Never Forget Where You Read Something. Saves Everything To Your Machine, Not the Cloud, So Your Web History Stays With You.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

AllSeeingEye

Google Chrome Extension. Record All Browsing in Screenshots & Full Text. Search For Anything At Any Time. Never Forget Where You Read Something. Saves Everything To Your Machine, Not the Cloud, So Your Web History Stays With You.

Alt text

Alt text

click for youtube video of me playing with it, late at night :)

###Installing [Click here to install it from Chrome Web Store] (https://chrome.google.com/webstore/detail/all-seeing-eye/kiopjipnmfcpdambegpfmggaffjmhnkd "All Seeing Eye")

As a developer, it's recommended that you load it from chrome://extensions URL in Chrome browser by choosing "Load unpacked extension" and selecting the root folder of this project.

I've only tested this extension with Google Chrome on a Mac. If you use Windows you'll be the first to test it. Please report any issues you find.

###Usage After you install it from the link above you start browsing like you normally do and when you want to search for something you simply go to Chrome-->History and select Show All History at the bottom of the menu. NEW: Checkout the "Options" tab as I've added a way to prevent capturing certain sites like your bank or Gmail etc.

###Storage Limit Since this extension stores everything on your personal computer, using IndexedDB in the browser, the number of items that can be stored has been limited to 10,000, so it will delete older items to stay within this limit. This is about 5 Gigabytes. You can change that easily in the code (look for the variable 'total' in background.js and change it from 10000 to any number but beware that each page takes about 500Kb average because we're storing the screenshot with all its glory, no compression. This can be made more efficient by making use of Blob storage. Look for dataURIToBlob function in background.js)