My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

This API provides FireShot automation.

FireShot is a free Firefox extension (working only for Windows users) that creates screenshots of web pages (entirely or just visible part).

Using this API and javascript you can embed web page capturing functions into your website. For example, this can be a button or event, that launch FireShot and you can edit the screenshot and/or:

  • save it to disk
  • upload to free image hosting resource
  • copy to clipboard
  • email
  • export to 3rd-party editor
  • print
  • get BASE64-encoded copies of captures (saved according to MIME type data:image/png;base64) for further processing (uploading, editing, etc)

The embedding is quick and simple.

DOWNLOAD

DOCUMENTATION

DEMO

Additional information about FireShot is available at: FireShot home or at Mozilla Addons website.

NOTE: this API requires FireShot addon to be installed in Firefox browser.

Powered by Google Project Hosting