UPA - The Url Parser

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

什么是UPA - The Url Parser?

UPA - The Url Parser是由Nicolantonio Vignola开发的Chrome扩展程序,该扩展的主要功能是“Url parser that works with #. Useful for SPA. Visualize and basic editing.”。

扩展截图

screenshot
screenshot

下载UPA - The Url Parser扩展crx文件

下载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"
    ]
}