Logicify / chrome-research-plugin

Chrome plugin for internet researchers. Provides support for smart history, snapshots, etc.
1 stars 0 forks source link

Persepective research: snap-an-area tool #13

Open lexaux opened 11 years ago

lexaux commented 11 years ago

We don't need to snap over the whole screen, just the target webpage is perfectly enough (and safe). So, I suggest looking into

Places to look at (maybe):

ImmortalJoker commented 10 years ago

http://habrahabr.ru/company/cackle/blog/201190/ I fined the way to resolve this problem) but can't come up with Print screen key and paste listeners

ImmortalJoker commented 10 years ago

There are a few problems:

  1. a picture is bigger than display. if try to make smalest size it's make bad picture. I figured problem: if I make resolution 1024x768 the image is correct. May be you know how to fix it?

2.http://stackoverflow.com/questions/8078770/how-do-you-get-a-browsers-document-body-coordinates-with-respect-to-the-screen (done)

lexaux commented 10 years ago

hi Immo,

I'd suggest playing around with the Canvas, if there's any possibility to crop image in browser, that'd be in canvas. You could use server for that, but that's rather a heavy lifting.

Also, if you want someone referenced on the Ghub, use @ and username, that person would get a stronger notification.

ImmortalJoker commented 10 years ago

@lexaux I'm trying to do it without server, and have some progress)

lexaux commented 10 years ago

great to hear that! Could do an audit of the code once u r done if ud like