UPA - The Url Parser

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

UPA - The Url Parser là gì?

UPA - The Url Parser là một tiện ích mở rộng Chrome được phát triển bởi Nicolantonio Vignola, và tính năng chính của nó là "Url parser that works with #. Useful for SPA. Visualize and basic editing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UPA - The Url Parser

Tải xuống các tệp mở rộng UPA - The Url Parser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 ❤️                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UPA - The Url Parser UPA - The Url Parser
ID gmoopdlhfhahdbbgjojkgidaojgnfoee
URL Chính Thức https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee
Mô tả Url parser that works with #. Useful for SPA. Visualize and basic editing.
Kích Thước Tệp 32.53 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2019-02-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nicolantonio Vignola
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nvignola/upa-the-url-parser
URL Trang Trợ Giúp https://github.com/nvignola/upa-the-url-parser/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}