Taking screenshot using javascript for chrome extensions

前端 未结 5 2046
名媛妹妹
名媛妹妹 2020-11-27 10:47

I have made a lot of search regarding taking pictures using JS but none seem to be useful. Some say using activeX controls, which doesn\'t suit my situation. I was hoping to

5条回答
  •  死守一世寂寞
    2020-11-27 11:19

    I'm not sure if this was available when the original answer was given, but Google now has an example available that shows how to take screenshots:

    http://developer.chrome.com/extensions/samples.html

    Search for "Test Screenshot Extension" on this page.

提交回复
热议问题