git404hub

what is fehelper fr?

zxlie/fehelper — explained in plain English

Analysis updated 2026-06-26

5,585JavaScriptAudience · developerComplexity · 1/5Setup · easy

tl;dr

A browser extension for Chrome, Firefox, and Edge that bundles dozens of web developer utilities into one popup, including JSON formatting, encoding tools, API testing, QR codes, and a color picker.

vibe map

mindmap
  root((repo))
    JSON tools
      Auto-format on page
      Side-by-side diff
    Encode and decode
      Base64 URL Unicode MD5
    API testing
      GET POST HEAD requests
      WebSocket testing
    Other utilities
      QR code generator
      Color picker
      Screenshot tool
      Markdown editor

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automatically pretty-print and explore JSON data on any web page without copying it to an external tool.

VIBE 2

Test HTTP API calls using GET, POST, and HEAD requests directly from your browser without leaving the page.

VIBE 3

Generate or scan QR codes with custom colors, convert timestamps, and pick colors from any element on a webpage.

VIBE 4

Convert an HTML page to Markdown, encode and decode Base64 or URL strings, and take full-page screenshots.

what's the stack?

JavaScriptChrome Extension API

how it stacks up fr

zxlie/fehelper501351981/vue-officelukeed/polka
Stars5,5855,5825,589
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasyeasyeasy
Complexity1/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Install from Chrome Web Store, Edge Add-ons, or Firefox Add-ons, no configuration required to start using any tool.

in plain english

FeHelper is a browser extension for Chrome, Firefox, and Microsoft Edge that bundles a collection of utilities aimed at web developers. Instead of switching between separate online tools, you get everything in a single extension popup. The README is written in Chinese. The included tools cover a wide range of everyday developer tasks. For JSON data, there is a formatter that automatically detects and prettifies JSON on any page, plus a side-by-side comparison tool that highlights differences between two JSON blobs. For encoding and decoding, it handles Unicode, URL encoding, Base64, and MD5. It can generate and scan QR codes with custom colors. Code beautification and minification are supported for JavaScript, CSS, HTML, XML, and SQL. There is a lightweight API request tool similar to Postman that supports GET, POST, and HEAD requests, plus a WebSocket testing tool. Other tools include a timestamp converter, a random password generator, a simple note-taking app with folder organization, a Markdown editor with HTML-to-Markdown conversion, a full-page screenshot tool, and a color picker that lets you click any element on a webpage to get its color value. A recent update added an AI assistant for tasks like writing and reviewing code. The extension also lets you drag and reorder the tools in the popup to suit your own workflow, and the order is saved locally so it persists across browser restarts. Installation is available through the Chrome Web Store, Microsoft Edge Add-ons, and Firefox Add-ons. The README notes that accessing the Chrome Web Store may require a VPN in some regions. A direct download of the packaged extension file is also offered on the project website.

prompts (copy fr)

prompt 1
Using FeHelper's JSON formatter, show me how to open a raw API response in the browser and compare it side by side with a second response to spot differences in the data structure.
prompt 2
Show me how to use FeHelper's built-in API request tool to make a POST request with a JSON body to my local server and inspect the response headers.
prompt 3
I need to generate a QR code using FeHelper for a URL that includes query parameters, walk me through customizing the colors to match my brand.
prompt 4
How do I use FeHelper's Markdown editor to paste raw HTML and convert it to clean Markdown text I can paste into a README?
prompt 5
Walk me through reordering the tools in the FeHelper popup so the ones I use most appear at the top and persist after I restart the browser.

Frequently asked questions

what is fehelper fr?

A browser extension for Chrome, Firefox, and Edge that bundles dozens of web developer utilities into one popup, including JSON formatting, encoding tools, API testing, QR codes, and a color picker.

What language is fehelper written in?

Mainly JavaScript. The stack also includes JavaScript, Chrome Extension API.

How hard is fehelper to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fehelper for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.