Chrome (Opera/Chromium) extension that allow by one button click convert tweet to screenshot, attach that screenshot to tweet and send.
It do not use any external services, all operations performed directly on page by javascript.
Due this bug - Screenshot totally white, without text on it, that appear rare but randomly, please copy tweet text to clipboard before submit tweet, if you submit tweet throught extension button.
##For now exists some limitations:
- To tweet can not be attached other images, gifs or polls
- Smiles are not shown on screenshot
- It quite buggy for now
##Installation Extension can be installed from Chrome webstore - https://chrome.google.com/webstore/detail/fat-tweet/jaafhefkahfplcmdmmojbpcapekcpapm
If someone want use latest extension version, if that version not uploaded to webstore yet, he can download extension .crx file in "releases" section here:
- Download .crx file
- Open extensions page in your browser
- Chrome/Chromium - chrome://extensions/
- Opera - opera://startpage/extensions
- Drag extension file to that page
This app became possible thanks to the authors of library html2canvas
(https://github.com/niklasvh/html2canvas), which used in this extension to make screenshots.