A browser add-on which records the steps clicked on a page and generates a easy to understand guide from it.
Find a file
2024-11-06 21:42:09 +01:00
chrome making basic functionality work & add todo list to readme 2024-11-06 21:42:09 +01:00
logo changes to logo 2024-10-27 14:17:54 +01:00
guide.json beginn development of MVP 2024-10-27 14:50:53 +01:00
README.md making basic functionality work & add todo list to readme 2024-11-06 21:42:09 +01:00

click-guide

A browser add-on which records the steps clicked on a page and generates a easy to understand guide from it.

Similar to tango.us/dubble.so/folge.me/magichow.co but all local - no data leaves your device

To-Do MVP:

  • identify element selector or id
  • create a screenshot of the steps
  • ability to save multiple steps
  • export guide as json file
  • add recording start/stop functionality
  • create basic popup UI

Additional nice to have:

  • Viewer for Guide JSON
  • Editor for Guide
  • improve error handling

Maybe far in the future:

  • Optional cloud for sharing guide as link