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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://feed-b.co.il และคุณลักษณะหลักของมันคือ "URL Decoder is a simple yet powerful Chrome extension designed to enhance your browsing experience. This handy tool allows you to…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Decoder

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}