“URL 编码解码工具”的产品徽标图片

URL 编码解码工具

5.0(

2 个评分

)
URL 编码解码工具的项目媒体 3(屏幕截图)
URL 编码解码工具的项目媒体 1(屏幕截图)
URL 编码解码工具的项目媒体 2(屏幕截图)
URL 编码解码工具的项目媒体 3(屏幕截图)
URL 编码解码工具的项目媒体 1(屏幕截图)
URL 编码解码工具的项目媒体 1(屏幕截图)
URL 编码解码工具的项目媒体 2(屏幕截图)
URL 编码解码工具的项目媒体 3(屏幕截图)

概述

在浏览器中即时编码和解码 URL 及 URL 组件

URL Encoder Decoder — encode and decode URLs and URL components instantly inside your browser, with no server required and no data sent anywhere. Whenever you work with web addresses, query strings, or form data, you run into percent-encoded characters like %20, %26, %3D. The url encoder decoder handles all of it: encode a raw string to a safe URL format, or decode a percent-encoded value back to readable text. Everything happens locally, offline, in one click. HOW TO USE THE URL ENCODER DECODER Click the toolbar icon to open the popup. Two tabs appear at the top: Encode and Decode. On the Encode tab you can choose between two modes: • Encode URL component — uses encodeURIComponent, which escapes all characters except letters, digits, and _ - . ~ This is the correct mode for encoding query parameter values or path segments. • Encode full URL — uses encodeURI, which preserves the structure characters like :, /, ?, #, &, = that make a URL valid. Use this mode when you have a complete URL that contains non-ASCII characters. Type or paste your input, click Encode, and the url encoder decoder shows the result instantly in the read-only output area. Click Copy to send it to the clipboard, or Clear to start over. On the Decode tab, paste any percent-encoded string. The url encoder decoder first tries decodeURIComponent, and if that fails due to malformed sequences it falls back to decodeURI, returning a meaningful error message for genuinely invalid input instead of throwing silently. The popup uses a dark theme that is easy on the eyes during long coding sessions, and all interactions are keyboard-friendly: press Ctrl+Enter in any textarea to trigger the operation without reaching for the mouse. WHY YOU NEED A URL ENCODER DECODER IN YOUR BROWSER Developers who build or test APIs constantly paste URLs into address bars, Postman, curl commands, or log files. A url encoder decoder right in the toolbar saves the round-trip to a website and works offline in any network environment. QA engineers use a url encoder decoder to verify that their test harnesses are generating correct percent-encoding for special characters, whitespace, Unicode, and reserved symbols. Getting encoding wrong is a common source of 400 Bad Request errors. Security researchers use a url encoder decoder to analyse suspicious links, decode obfuscated query parameters, or prepare payloads for testing. Because the url encoder decoder runs entirely locally, there is no risk of leaking test data to a third-party service. Frontend developers use a url encoder decoder to build query strings by hand, decode the output of fetch responses, or inspect encoded values in OAuth redirect URIs and JWT tokens embedded in URLs. Content editors who manage CMS platforms, redirect rules, or canonical URLs reach for a url encoder decoder to fix encoding issues in slugs and parameters without leaving the browser tab they are working in. WHAT MAKES THIS URL ENCODER DECODER DIFFERENT Offline and private — the url encoder decoder runs entirely inside the Chrome extension sandbox. Your URLs, API keys, tokens, and query strings never leave your device. There is no telemetry, no analytics, no cloud processing. Dual mode encoding — most tools encode everything or nothing. The url encoder decoder gives you explicit control: component mode for parameter values, full-URL mode for complete addresses with structure intact. Graceful error handling — invalid percent sequences return a clear error message rather than crashing. The url encoder decoder never breaks silently. Zero permissions — the url encoder decoder requests no browser permissions whatsoever. It cannot see your tabs, your history, or any page content. It only runs a popup. Dark theme UI — designed for developers who spend long hours coding, the url encoder decoder uses a dark colour scheme that reduces eye strain. TECHNICAL DETAILS Manifest Version 3. Pure JavaScript, no dependencies. The url encoder decoder uses the native browser encodeURI, encodeURIComponent, decodeURI, and decodeURIComponent functions — the same functions your web pages use — so the output is always spec-compliant. Available in 33 languages including English, Russian, German, French, Spanish, Italian, Portuguese, Dutch, Polish, Turkish, Ukrainian, Japanese, Korean, Chinese, Hindi, Arabic, and more. Install the url encoder decoder today and keep a reliable percent-encoding tool always one click away.

5 星(5 星制)2 个评分

详细了解结果和评价。

详情

  • 版本
    1.0.0
  • 上次更新日期
    2026年7月11日
  • 提供方
    olga.deeva.gritsenko
  • 大小
    20.92KiB
  • 语言
    33 种语言
  • 开发者
    邮箱
    olga.deeva.gritsenko@gmail.com
  • 非交易者
    该开发者尚未将自己标识为交易者。欧盟地区消费者须知:消费者权利可能不适用于您与该开发者达成的合约。

隐私权

管理扩展程序并了解它们在组织中的使用情况
该开发者已披露,此产品不会收集或使用您的数据。 如需了解详情,请参阅开发者的privacy policy

该开发者已声明,您的数据:

  • 不会因未获批准的用途出售给第三方
  • 不会为实现与产品核心功能无关的目的而使用或转移
  • 不会为确定信用度或放贷目的而使用或转移

您可能还喜欢…

二维码扫描器

5.0

这个简单的二维码扫描器应用程序允许您从网页或上传的图像中扫描二维码。

QR Code Reader

4.1

recognize multiple QR codes and barcodes at once from webcam or local images

离线二维码生成/编辑器

4.0

离线二维码生成/编辑器(网址和文本)

URL Decode/Encode

5.0

A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it!

Google 应用