URL Decode/Encode

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

URL Decode/Encodeคืออะไร?

URL Decode/Encode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linangdata.com และคุณลักษณะหลักของมันคือ "A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย URL Decode/Encode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use this utility to decode (or encode) URLs. 

URL encoding (also known as percent-encoding) is a mechanism for encoding information in a Uniform Resource Identifier (URI). 

This is a developer utility that allows you to paste (or type) an encoded URL string into a text field and see a decoded version.
 
This is useful if you often deal with encoded URLs and want a quick way to read easily  it.

The last URL you entered  is remembered and shown the next time you open the extension.

This extension also includes links to other tools from LinangData, the LinangData main website, and our Youtube channel from the menu bar.

The following tool buttons are available:
-  Decode/Encode - toggle between decoding and encoding URLs
-  Clear - clear the URL
-  Paste - paste from clipboard (replacing existing URL)
-  Append - pastes URL from clipboard (appending to existing URL)
-  Copy - copy encoded/decoded URL to clipboard
-  Replace - copies the  encoded/decoded URL to the input text area (replacing existing URL)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ URL Decode/Encode URL Decode/Encode
ID dgoepmkoiphgabefpbapldnjmbbiaoag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-decodeencode/dgoepmkoiphgabefpbapldnjmbbiaoag
คำอธิบาย A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it!
ขนาดไฟล์ 1.51 MB
จำนวนการติดตั้ง 4,329
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-10-31
วันที่เผยแพร่ 2017-10-07
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://linangdata.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://linangdata.com
URL หน้าช่วยเหลือ https://linangdata.com/url-decode-encode/
URL หน้านโยบายความเป็นส่วนตัว https://linangdata.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Decode\/Encode",
    "short_name": "URL Decode",
    "description": "A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it!",
    "version": "1.0.2",
    "offline_enabled": true,
    "icons": {
        "16": "css\/icons\/16x16.png",
        "48": "css\/icons\/48x48.png",
        "128": "css\/icons\/128x128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "action": {
        "default_icon": {
            "19": "css\/icons\/19x19.png",
            "38": "css\/icons\/38x38.png"
        },
        "default_popup": "index.html",
        "default_title": "URL Decode\/Encode"
    }
}