Save This Snippet Chrome-Extension banner

Save This Snippet Chrome-Extension

4 devlogs
2h 47m 31s

A lightweight Chrome extension that lets students save useful code snippets instantly while learning online — no accounts, no clutter, fully offline.

Demo Repository

Loading README...

sentry

Shipped this project!

Hours: 2.79
Cookies: 🍪 42
Multiplier: 15.07 cookies/hr

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 🚀

sentry

Sometime small tools that solve real annoyances are often more valuable than big, unfinished ideas.

Save This Snippet is something I’ll genuinely keep using, and that matters more to me than building something flashy.

If you like the extension then please do vote !

Attachment
0
sentry

Core features I focused on

Right-click → Save Snippet

Uses Chrome’s context menu API so saving feels native.

Language tagging

Each snippet can be tagged (JS, Python, HTML, plaintext, etc.) for quick scanning later.

Quick search

A simple search bar in the popup filters snippets by content or language.

Export snippets

One-click export to JSON so you’re never locked in.

Icon

Attachment
0
sentry

Why I built this

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.

Q. What it does

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:

  • Stored locally (offline-first)
  • Tagged with a language
  • Searchable instantly
  • Exportable as JSON

It’s designed for daily use while learning or coding—not as a “big product,” but as a small tool that removes annoyance.

Attachment
2

Comments

Keyboard1000n17
Keyboard1000n17 2 months ago

help the devlog hurts my eyes

sentry
sentry 2 months ago

Oops, that one’s on me 😅
I’ve fixed the formatting now, so ig its easier to read now.