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-10 21:21:12 +01:00
chrome add meta data to guide & improve error handling 2024-11-09 20:20:36 +01:00
editor add import guide function to editor/viewer 2024-11-10 21:21:12 +01:00
logo create mockup for editor & github banner 2024-11-09 20:54:03 +01:00
guide.json beginn development of MVP 2024-10-27 14:50:53 +01:00
README.md create mockup for editor & github banner 2024-11-09 20:54:03 +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:

  • Meta data in guide (title, description, author, date)
  • Viewer for Guide JSON
    • PDF export
  • Editor for Guide
  • improve error handling
  • Blur sensitive information
  • Pause/resume recording feature

Maybe far in the future:

  • Optional cloud for sharing guide as link

Mockup editor/viewer