FindZilla GitHub Repository

Last week I released the Chrome extension FindZilla that I’ve been developing on and off for the last few months. The experience was a great opportunity freshen up my JavaScript/ HTML5/ CSS3 skills, as well as utilize the JavaScript libraries jQuery and jQuery UI.

In the spirit of learning and transparency, I’ve open sourced the FindZilla code which can be found at: My GitHub Repository

It occurred to me while I was developing FindZilla, that privacy conscious users like myself may be curious about the permissions required by Chrome when installing the extension:

Findzilla Permissions

Obviously, the wording of the two permissions that must be granted broad and vague. They describe potentially what an extension is capable of accessing, not necessarily what it does in fact access and how it actually uses the information it has access to. FindZilla does not transmit any information outside of its Chrome sandbox. Nor does it track searches you’ve made. Any data it stores is confined to the extension’s local data storage (See Chrome Storage API) and is used to restore its state (i.e. when previously closed tabs are reopened), all of which can be turned off in the extension’s options if you so please.

Findzilla Options

Anyways, you don’t have to take my word for it, check out the source code!