Aminadav / webpage-screenshot

Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
https://www.1ce.org
ISC License
485 stars 519 forks source link

Questions #122

Open lynx-paper opened 6 years ago

lynx-paper commented 6 years ago

Hello, These are more questions than bug reports, so I hope it doesnt take too much of your time :D 1) How do i donate to this program ? It has been very useful to me and i think the interface is very simple and intuitive, I love it and would like to contribute. also I'll fork it and work on it ! 2) What is the data used for ? Am i doing it right to disable it ?

in options.js:

$(function(){$('#chkEnableStats').remove();$('#chkEnableStats').attr('checked',false);localStorage.disableStats=true;});

You see I am a student and doing my internship in an IT company, and I used this program for extracting images, but my internship tutor is worried about privacy.

Thank you for your time, Great job !

Aminadav commented 6 years ago

Hello, sorry for the delay in my response. You can donate BTC/BCH to 1JAPW5i4pedtYcJBV11DTvkqeQLB1zdg9s

Please test the last version, it should be fixed.

I prefer donations to the code, and not donation to myself, this way many people will enjoy it.

There is not data that collected. In the future, we may give the option to share images, by the register to an account. When we do so, we; have to collect user information.

It's the only Screenshot Extension that do not require ANY permissions to run.