UPA - The Url Parser
Url parser that works with #. Useful for SPA. Visualize and basic editing.
Apa itu UPA - The Url Parser?
UPA - The Url Parser adalah ekstensi Chrome yang dikembangkan oleh Nicolantonio Vignola, dan fitur utamanya adalah "Url parser that works with #. Useful for SPA. Visualize and basic editing.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UPA - The Url Parser
Unduh file ekstensi UPA - The Url Parser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 ❤️
Informasi Dasar Ekstensi
Nama | UPA - The Url Parser |
ID | gmoopdlhfhahdbbgjojkgidaojgnfoee |
URL Resmi | https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee |
Deskripsi | Url parser that works with #. Useful for SPA. Visualize and basic editing. |
Ukuran File | 32.53 KB |
Jumlah Instalasi | 213 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2023-12-18 |
Tanggal Publikasi | 2019-02-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Nicolantonio Vignola |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/nvignola/upa-the-url-parser |
URL Halaman Bantuan | https://github.com/nvignola/upa-the-url-parser/issues |
Bahasa yang Didukung | 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" ] } |