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.”。
擴展截圖
下載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 |
ID | gmoopdlhfhahdbbgjojkgidaojgnfoee |
官方網址 | 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" ] } |