URL Encoder, Decoder and JSON Formatter Tool

Automatic URL Encoder, Decoder tool with JSON Formatter, Validator and Beautifier features

URL Encoder, Decoder and JSON Formatter Toolคืออะไร?

URL Encoder, Decoder and JSON Formatter Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/view/url-encoder-decoder-extension/home และคุณลักษณะหลักของมันคือ "Automatic URL Encoder, Decoder tool with JSON Formatter, Validator and Beautifier features"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Encoder, Decoder and JSON Formatter Tool

ดาวน์โหลดไฟล์ส่วนขยาย URL Encoder, Decoder and JSON Formatter Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        JavaScript Object Notation is a text-based standard format for representing structured data based upon JavaScript object syntax. JSON is used to transmit data in web applications. 📝🌐

JSON is a popular file format and web developers and programmers often come across it. 💻

Web developers need a reliable, safe & easy to use JSON tool so that they can easily read, understand, format, validate, beautify and minify JSON. 🧰

Features of URL Encoder – Decoder Chrome extension: -
>> URL Encode: - Web developers & programmers can easily use this Chrome extension to encode the URL to a percent sign escaped URL. 🔗
>> URL Decode: - URL Decode feature allows web developers to convert their URL Encoded Data to URL Decode Data String. 🚀
>> URL Parser: - URL Parser feature allows developers to view, analyze and parse URL data within Tree View. It's a simple way for URL data to be viewed and parsed. 🌲
>> JSON formatter: - JSON formatter or JSON viewer allows programmers to edit and view JSON. This chrome extension has a very simple interface that makes it easy for programmers to view and format JSON. 🖋️
>> JSON Beautifier: - This Chrome extension offers the best online JSON beautifier to programmers and web developers. ✨
>> JSON Validator: - JSON Validator makes it easy for developers to validate JSON data. Programmers and web developers just need to copy, paste and validate the data. ✔️
>> JSON Minify: - JSON Minify helps to compress & minify JSON. This helps developers to share JSON Data very easily with others. 📦

Enjoy your web development journey with our feature-packed URL encoder-decoder chrome extension. 🚀🌐🛠️                    

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

ชื่อ URL Encoder, Decoder and JSON Formatter Tool URL Encoder, Decoder and JSON Formatter Tool
ID infnlhnhibphpaljmnnadaldibggkokb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-encoder-decoder-and-j/infnlhnhibphpaljmnnadaldibggkokb
คำอธิบาย Automatic URL Encoder, Decoder tool with JSON Formatter, Validator and Beautifier features
ขนาดไฟล์ 275 KB
จำนวนการติดตั้ง 28,147
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2022-03-23
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://sites.google.com/view/url-encoder-decoder-extension/home
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/url-encoder-decoder-extension/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "URL Encoder, Decoder and JSON Formatter Tool",
    "description": "Automatic URL Encoder, Decoder tool with JSON Formatter, Validator and Beautifier features",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "react-app-holder.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Images\/extension-icon.png",
                "Images\/dot-icon.png",
                "icons\/edit.svg",
                "icons\/tittle.svg",
                "icons\/accept.svg",
                "icons\/empty_star.svg",
                "icons\/filled_star.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/Group.png",
        "32": "icons\/Group.png",
        "64": "icons\/Group.png",
        "128": "icons\/Group.png"
    }
}