background preloader

Chrome Extension

Facebook Twitter

User Script Compiler. Jquery - Get real image width and height with JavaScript in Safari/Chrome. BinaryKitten's Development Dropbox. The purpose of this plugin is to easily facilitate the end user to create and hook key presses for their own use.

BinaryKitten's Development Dropbox

Usually you would need to know what key links with which keycode etc. Usage It’s as easy as these steps: Include jquery – either from CDN or local sourceInclude jquery.keyz.jscall the following within your document ready or after the item exists. Build a chrome extension in order to upload images (from clipboard) Canvas2Image : Saving Canvas data to image file. This is a small library that lets you easily save a WHATWG canvas element as an imagefile.

Canvas2Image : Saving Canvas data to image file

Files needed: canvas2image.js, base64.js Draw on the canvas with the pretty boxes below using the mouse, then click the "Convert" buttons to convert it to a downloadable image - or the "Save" buttons to download the image file directly. Using the WHATWG canvas element, you can create all sorts of cool graphics client-side on the fly using Javascript. However, the canvas image cannot simply be saved to disk as any other image. Luckily there is a neat function on the the canvas object called toDataURL(). Chrome.* APIs - Google Chrome Extensions - Google Code.