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文件

下載URL Decoder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}