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 |
公式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 |
Eメール | [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" ] } |