Chrome extension tools: capture, convert, copy and export
This is the drawer of single-job utilities: pull a color off a page, make a QR code, convert a unit, save a set of images, get a chat thread or a blog post out as a file. Most of them replace something you'd otherwise do by hand or by pasting into a random website.
14 of 29 are live on a store.
GitHub 한국어 (GitHub Korean)3K+ usersTurns GitHub's menus, buttons and settings labels into Korean as the page loads. Dev terms stay in the form you actually say, plus release and status alerts.
KoreaDropdown800+ usersA Chrome extension that automatically selects 'Korea' in dropdown menus on websites.
Naver Blog & Cafe Image Downloader9 usersSave every image from Naver Blog, Cafe, and Post in one click. Full-resolution originals in one folder, no context menu needed.
Happy Pet - Virtual Pet7 usersA cute virtual pet companion for your new tab page
Review Signal for Coupang — Review Trust Analyzer2 usersTrust signals for Coupang reviews: sponsored ratio, date bursts, duplicate text, rating skew. Suspicion signals, not a verdict.
Auto Refresh - Reload Tab on TimerAutomatically reload the current tab on a timer, from 30 seconds to any interval. No ads, no tracking, no site permissions.
Character.AI Image & Avatar DownloaderBulk-download the character avatars and scene images on a Character.AI page to your computer in one click. Runs locally.
Claude to Notion - Export & Save ChatsSend any Claude conversation to Notion or Obsidian in one click, or export it as Markdown, HTML or JSON. Runs locally.
Goodreads to StoryGraph - CSV MigrateTurn your Goodreads export into a clean StoryGraph-ready CSV. Fixes the ISBN quirk that breaks imports. All in your browser.
Grok Exporter - Save Chats to Markdown & PDFExport any Grok conversation to Markdown, HTML, JSON or PDF, or copy it for Notion. One click, saved to your Downloads.
Kindroid Backup - Export Chats & MemoriesBack up your Kindroid conversation, memories and diary to a Markdown or JSON file. Text only, all in your browser.
Perplexity Exporter - Threads to MarkdownExport any Perplexity thread to Markdown, HTML, JSON or PDF, or copy it for Notion. One click, saved locally.
Reddit Focus Mode - Hide the FeedReddit focus mode hides the home feed, r/popular and trending carousels so you can search and read without the endless scroll.
Suno Downloader - Save Your Songs as MP3Download your Suno songs to your computer as MP3 in one click — a whole library or playlist at once. Runs locally.
Clipboard HistoryNot published yetNever lose copied text again. Searchable history of recent clipboard items with pin and one-click recopy.
Color PickerNot published yetPick any color from any webpage. Get HEX, RGB, and HSL values instantly.
Copy as Markdown - HTML to Markdown ConverterNot published yetCopy any selected text as clean Markdown. Right-click to instantly convert HTML to Markdown. Perfect for developers and writers.
Cursor Highlighter - Spotlight & Click EffectsNot published yetHighlight your cursor with a colorful ring and click ripple effects. Perfect for presentations, screen recordings, and demos.
Dead Link Checker - Find Broken LinksNot published yetScan any page for broken links instantly. Highlights dead links in red and working links in green. Free broken link finder.
Find & Replace - Edit Text on PageNot published yetFind and replace text anywhere on the current page, with match-case and regex. Optionally in inputs too. Local, nothing saved.
Page ScreenshotNot published yetCapture the full scrollable page, visible area, or a custom region. Save as PNG or PDF instantly.
Pomodoro TimerNot published yetStay focused with Pomodoro technique. Timer, notifications, and site blocker.
QR Code GeneratorNot published yetGenerate QR codes for any URL or text instantly
Sora Analytics - Creator Stats & ExportNot published yetSee your Sora posts' views, likes and remix stats in one dashboard, then export to CSV. Runs in your browser, no sign-in.
Tistory Backup - Markdown & HTML ExportNot published yetBack up any Tistory post in one click. Save the title, date, and body of the post you're reading as Markdown (.md) or HTML.
Unit ConverterNot published yetConvert units instantly. Length, weight, temperature, area, volume, time, and live currency rates.
Velog CleanerNot published yetDistraction-free reading on velog.io — hide sidebar, comments & ads — plus automatic spam-post filtering in feeds.
YouTube BookmarkNot published yetBookmark any moment in a YouTube video and add a note. Jump back instantly. All saved locally.
한국어 도우미: 사전·번역·맞춤법Not published yetDrag any Korean text on the web — instant dictionary, translation, and grammar check in one popup.
What to look for
Match the site list against the job
Several tools here only ever touch one site, and their manifests say so: Velog Cleaner is limited to velog.io, YouTube Bookmark to youtube.com, Review Signal to coupang.com. When something that works on a single site asks for access to all sites at install, that gap is the first thing to ask about.
With an exporter, find out where the file is built
The chat and media exporters in this category — Perplexity Exporter, Grok Exporter, Suno Downloader, the Naver image saver — declare only the downloads permission and write a file from the page you already have open. If an exporter instead wants a sign-in or an API key, your content is travelling through someone's server on the way to your disk.
Clipboard history keeps a copy of everything you copied
Clipboard History needs clipboardRead, which is exactly as broad as it sounds: it can see the value you copied out of a password manager as easily as a URL. Before installing anything in that shape, check that you can clear the history and pause capture, and treat the stored list the way you'd treat a plain text file of the same content.
Overlay tools stop at the browser's own pages
Anything that draws on a page — a color picker, a screenshot tool, find and replace — works by injecting a script, and Chrome blocks that on chrome:// pages, the Web Store, and other extensions' pages. It also means a freshly installed tool does nothing on tabs that were already open until you reload them. Site-specific tools carry a second risk: a redesign of the site can break the selectors they rely on.
Questions people ask
How do I install a Chrome extension?
Open the store listing, press Add to Chrome, and read the permission dialog before confirming — that dialog is the last plain-language summary of what the extension can reach. After it installs, click the puzzle-piece icon in the toolbar and pin the ones you use, since most of these are triggered from their toolbar button.
I installed it and nothing happens. What now?
Reload the tab first. A content script is injected when a page loads, so pages that were already open before the install have nothing running in them. If it still does nothing, check what page you're on: chrome:// pages, the Web Store and PDF viewer are off limits to extensions, and single-site tools do nothing anywhere except their own site.
Do these work in Microsoft Edge, Brave or Whale?
Some are published to Edge Add-ons as well, and each extension's page links to whichever stores it is actually listed on. Other Chromium browsers can usually install from the Chrome Web Store directly, but that's a feature of the browser rather than something the extension controls, so behaviour there isn't guaranteed.
If I uninstall, what happens to my settings and saved items?
They go with it. These tools keep preferences and saved data in chrome.storage on your own machine, and Chrome deletes that storage when the extension is removed. If a tool holds anything you'd miss — a clipboard list, saved bookmarks, notes — export it first, and remember that a second Chrome profile starts out empty.