UPA - The Url Parser

Url parser that works with #. Useful for SPA. Visualize and basic editing.

UPA - The Url Parserคืออะไร?

UPA - The Url Parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicolantonio Vignola และคุณลักษณะหลักของมันคือ "Url parser that works with #. Useful for SPA. Visualize and basic editing."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UPA - The Url Parser

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

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

                        Yet another url parser extension. 🔎

This extension has been made because of the necessity to have a tool to parse urls also with hash (#) query string separator.

> single page application friendly 🚀
> edit parameter values ✏️
> open source ❤️                    

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

ชื่อ UPA - The Url Parser UPA - The Url Parser
ID gmoopdlhfhahdbbgjojkgidaojgnfoee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee
คำอธิบาย Url parser that works with #. Useful for SPA. Visualize and basic editing.
ขนาดไฟล์ 32.53 KB
จำนวนการติดตั้ง 213
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-12-18
วันที่เผยแพร่ 2019-02-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Nicolantonio Vignola
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/nvignola/upa-the-url-parser
URL หน้าช่วยเหลือ https://github.com/nvignola/upa-the-url-parser/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UPA - The Url Parser",
    "description": "Url parser that works with #. Useful for SPA. Visualize and basic editing.",
    "version": "1.3",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}