Hacker News new | past | comments | ask | show | jobs | submit login

Can anyone recommend a similar extension as AwesomeScreenshot without this shady behaviour?



Firefox's Developer Toolbar features a `screenshot` command out of the box. Just hit Shift + F2 and type the command: https://developer.mozilla.org/en-US/docs/Tools/GCLI#Commands . Also, Firefox >=32 has a button for taking a full-page screenshot in the DevTools: https://developer.mozilla.org/en-US/docs/Tools/Tools_Toolbox...

Alternatively, for the use cases not needing to be in-browser, why restricting to extensions? Your platform has full featured apps doing the job out of the browser:

- Linux: I use http://shutter-project.org/

- Windows: I use (payware, but worth it, it does a lot) http://www.faststone.org/FSCaptureDetail.htm , or (foss) http://getgreenshot.org/


GIMP is also capable of taking screenshots on Windows and Linux, and Mac has the cmd+alt+shift+4 shortcut IIRC.


Windows has a built-in tool for taking screenshots called Snipping Tool.


Seconding FastStone Capture...worth every $ I spent and more.


I'll second Shutter, it's fantastic.


On linux, there is no need for an extension if you're familiar with the command line. Just run this pipeline in a terminal:

xwd | xwdtopnm | pnmtojpeg > /tmp/screenshot.jpg

Then click on the window you want to capture.


Google's Screen Capture[0]? I never used AwesomeScreenshot so I'm not sure they are that similar.

[0] https://chrome.google.com/webstore/detail/screen-capture-by-...


"Save to Google Drive" will create screenshots when applied on common websites. I use this now instead of bookmarking, as the screenshots are OCRed by Google Drive, giving me a searchable archive of interesting sites!


Heh, so you take a text format, make a picture out of it and let google OCR back it to text? Are you sure you don't just want to save the HTML and resources (i.e. ctrl-s)?


A page nowadays is easily composed out of hundreds of different files, several MB in size. A jpg is small, easy to store and share. I'd go as far that the OCR of a screenshot gives me a ways better search base than the source code, with all its formatting, meta-tags, variable-names etc.


Unfortunately that's half broken since months (years?). It's not possible to take full page screenshots, and the option panel creates error messages all the time. There is a fork out there, unfortunately it's not in the Chrome Web Store yet. Maybe it will if it gets some love from HN:

https://github.com/chrisvanpatten/chrome-screen-capture


I made a simple open source alternative a couple years ago after seeing that nothing in the webstore could accurately take full page screenshots:

https://chrome.google.com/webstore/detail/full-page-screen-c...

https://github.com/mrcoles/full-page-screen-capture-chrome-e...


hmmm..i been using lightshot..


I am using Full Page Screen Capture[0], which is a similar extension, but it still asks for "Access your data on all websites" and "Access your tabs and browsing activity".

I find it very hard to verify that an extension needs that to take screenshots, but now I have disabled that as well.

I guess the only real way to fix this is using something like PhantomJS to take pictures of public websites.

[0] https://chrome.google.com/webstore/detail/full-page-screen-c...


Hi—I built that extension! Thank you for using it. You can view the source code here:

https://github.com/mrcoles/full-page-screen-capture-chrome-e...

It’s malware & spyware free. I built the extension to take a screen cap of a seating chart that I built as a web page for my wedding—since all the other extensions at the time were broken. Why a web page for my seating chart? IDK, I wanted to play with CSS3 columns, alas I should have used photoshop…

I have been contacted by people who want to buy the extension, but it seems too dangerous, since they could easily install their own malware—I wonder if anything like this happened to “Awesome Screenshot”? My own conscience and, more importantly, my personal brand is too important to me to sell it.

In terms of the permissions, when I built it, I had to ask for those permissions in order to make it work. If you find any changes to chrome permissions that let me ask for fewer, please let me know or, better, submit a pull request.

Also, instead of PhantomJS, if you have a Mac, try out `webkit2png`, which works great as long as you don't need to login or interact with a page before the screenshot:

http://www.paulhammond.org/webkit2png/


actually, I’ll try out the activeTab permission… hopefully that will work. It’s hard to find time to maintain a side-project :)


huzzah, the `activeTab` permission removes the request for all those gross permissions! Try it now, I release v0.0.12


Oh hey, thanks for getting back to me, I have been using your extension a lot at work. I will try it out, thank you!


My favorite tool for quickly grabbing part or all of a screen is SnappyApp. It does what I need, and gets out of the way:

http://snappy-app.com/


Puush is fantastic: http://puush.me/




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: