URL Query Decoder
This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.
Apa itu URL Query Decoder?
URL Query Decoder adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi URL Query Decoder
Unduh file ekstensi URL Query Decoder 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
This plugin will parse out the query parameters from a url, decode them, and display them in a popup. You can click the individual buttons to copy a paramter or you can copy portions manually. Icons from Aha-Soft Team http://www.aha-soft.com/ Creative Commons License
Informasi Dasar Ekstensi
Nama | URL Query Decoder |
ID | ejimgebkedeogomfckpbkbmoikpcdnce |
URL Resmi | https://chromewebstore.google.com/detail/url-query-decoder/ejimgebkedeogomfckpbkbmoikpcdnce |
Deskripsi | This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard. |
Ukuran File | 270 KB |
Jumlah Instalasi | 696 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-04-29 |
Tanggal Publikasi | 2015-04-29 |
Penilaian | 4.89/5 Total 9 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Query Decoder", "description": "This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.", "version": "1.0", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "page_action": { "default_name": "Url Query Decoder", "default_icon": "icon_16.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "clipboardWrite" ], "background": { "scripts": [ "plugin.js" ] } } |