A lightweight Chrome extension that lets students save useful code snippets instantly while learning online — no accounts, no clutter, fully offline.
A lightweight Chrome extension that lets students save useful code snippets instantly while learning online — no accounts, no clutter, fully offline.
I made a Chrome extension called Save This Snippet. This thing is really useful because it lets you save the code or text you highlighted on a webpage. You can do this by clicking on the text.
Save This Snippet stores all your snippets on your computer. You can also say what language each snippet is, in. This makes it easy to find them again.
You can search for Save This Snippet quickly.. If you want to get all your snippets out of Save This Snippet you can export them as JSON.
This thing works smoothly and it feels nice to use when I am browsing documents or tutorials. I learned a lot about Chrome Extension architecture. I mean the whole Manifest V3 thing. I found out a lot, about how Chrome Extension context menus and Chrome Extension background scripts and Chrome Extension storage all work.
Overall, the project went well, stayed within scope, and is something I’ll actually keep using myself. Hoping this ship sails smoothly 🚀
Uses Chrome’s context menu API so saving feels native.
Each snippet can be tagged (JS, Python, HTML, plaintext, etc.) for quick scanning later.
A simple search bar in the popup filters snippets by content or language.
One-click export to JSON so you’re never locked in.
Log in to leave a comment
While learning and coding, I constantly run into small but useful code snippets—on docs, blogs, Stack Overflow answers, random GitHub READMEs. I usually copy them into a notes app or a random file, and then forget where I saved them.
I wanted something frictionless:
highlight → right-click → saved.
No accounts. No dashboards. No clutter.
That’s what led to Save This Snippet.
Ans. Save This Snippet is a lightweight Chrome extension that lets you save highlighted text or code from any webpage using a right-click menu.
Each snippet is: