All Projects โ†’ amandesai01 โ†’ EditShot

amandesai01 / EditShot

Licence: other
๐Ÿ“ธ A chrome extension to Edit a Page directly and then taking a screenshot!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to EditShot

html2canvas-csharp-proxy
C# Proxy html2canvas (aspx)
Stars: โœญ 16 (-23.81%)
Mutual labels:  html2canvas
Pico
Take browser screenshots in Javascript ๐Ÿ“ธ
Stars: โœญ 1,807 (+8504.76%)
Mutual labels:  html2canvas
app-screenshot-builder
Play Store and App Store application screenshot builder
Stars: โœญ 26 (+23.81%)
Mutual labels:  html2canvas
turkeyvisited
Mark the cities you have visited in Turkey and share the map!
Stars: โœญ 82 (+290.48%)
Mutual labels:  html2canvas
html2canvas-proxy-nodejs
Express middleware proxy for html2canvas
Stars: โœญ 101 (+380.95%)
Mutual labels:  html2canvas
banner
๐Ÿšฉ A simple and clean banner generator - Banners on the go. https://liyasthomas.github.io/banner
Stars: โœญ 161 (+666.67%)
Mutual labels:  html2canvas

Logo

EditShot

A tool which makes Editing a WebPage and then Saving it as Image. Easy-Peasy!
Report Bug ยท Request Feature

Description

Suppose you want to edit a MarkSheet before taking a screenshot, or just want a tool to make a prank, or you want to make a meme. All these requires taking a screenshot and then editing it. If someone is tech savy, he/she may use inspect element. Well, this tool makes this process easier.

Here's how:

  • Once you hit "Make Screen Editable", it grabs all the elements in the DOM and sets their contenteditable property yo true.
  • Then, it iterates over all the links and deletes their href propery. Thus, saving user from getting redirected while editing. ๐Ÿ˜‰
  • Lastly, when user hits the Take Screenshot button, it uses html2canvas library to generate a image. It is in memory currently.
  • Then, it creates an "in-memory" a tag, appends the data to the URL by doing some conversions and hits that a tag.
  • Ofcourse everything is done behind the scenes and quickly. So this dosen't hamper the experience. ๐Ÿ˜„

Download Extension from Here:

https://chrome.google.com/webstore/detail/editshot/fofeangbmjajhkdbknopjcdgnafakhje

DEMO:

Demo

Screenshot:

Demo


This Project Was Made within 2hrs as a fun weekend activity. XD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].