URL Decoder

URL Decoder is a simple yet powerful Chrome extension designed to enhance your browsing experience. This handy tool allows you to…

URL Decoder란 무엇입니까?

URL Decoder은(는) https://feed-b.co.il에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "URL Decoder is a simple yet powerful Chrome extension designed to enhance your browsing experience. This handy tool allows you to…"입니다.

확장 프로그램 스크린샷

screenshot

URL Decoder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        URL Decoder is a simple yet powerful Chrome extension designed to enhance your browsing experience. This handy tool allows you to decode URL-encoded strings, a common encoding scheme used in web addresses, directly from your browser.

Here's how it works: When you enter a URL into the tool, it automatically decodes any URL-encoded characters into a more human-readable format using UTF-8 encoding. The decoded URL is then immediately copied to your clipboard for ease of use, and you receive an alert to confirm this action.

But that's not all. URL Decoder also includes a history feature, allowing you to revisit any URLs you've decoded in the past. With a single click, you can view a list of all previously entered URLs and their corresponding decoded outputs.

Whether you're a developer who frequently works with URLs, or just someone who wants to understand what those strange characters in your address bar mean, URL Decoder is a handy tool to have at your disposal.                    

확장 프로그램 기본 정보

이름 URL Decoder URL Decoder
ID mjdngcooelbobfkecbbeainicbhhcbao
공식 URL https://chromewebstore.google.com/detail/url-decoder/mjdngcooelbobfkecbbeainicbhhcbao
설명 URL Decoder is a simple yet powerful Chrome extension designed to enhance your browsing experience. This handy tool allows you to…
파일 크기 13.1 KB
설치 횟수 52
현재 버전 1.5
최근 업데이트 2023-08-02
출시 날짜 2023-07-12
평점 5.00/5 총 1 개의 평점
개발자 https://feed-b.co.il
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://feed-b.co.il/%d7%91%d7%99%d7%aa-%d7%aa%d7%95%d7%9b%d7%a0%d7%94-%d7%9c%d7%a4%d7%99%d7%aa%d7%95%d7%97-%d7%90%d7%a4%d7%9c%d7%99%d7%a7%d7%a6%d7%99%d7%95%d7%aa/
도움말 페이지 URL https://feed-b.co.il/%d7%91%d7%99%d7%aa-%d7%aa%d7%95%d7%9b%d7%a0%d7%94-%d7%9c%d7%a4%d7%99%d7%aa%d7%95%d7%97-%d7%90%d7%a4%d7%9c%d7%99%d7%a7%d7%a6%d7%99%d7%95%d7%aa/
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1VIBmud_riC-6yXZlDszNe6DJcA2zc28AaFoWOxs5BMM/edit
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Decoder",
    "version": "1.5",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "permissions": [],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}