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.
URL Query Decoderとは何ですか?
URL Query DecoderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.」です。
拡張機能のスクリーンショット
URL Query Decoder拡張機能のCRXファイルをダウンロード
URL Query Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | URL Query Decoder |
ID | ejimgebkedeogomfckpbkbmoikpcdnce |
公式URL | https://chromewebstore.google.com/detail/url-query-decoder/ejimgebkedeogomfckpbkbmoikpcdnce |
説明 | This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard. |
ファイルサイズ | 270 KB |
インストール数 | 696 |
現在のバージョン | 1.0 |
最終更新日 | 2015-04-29 |
公開日 | 2015-04-29 |
評価 | 4.89/5 合計 9 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | 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" ] } } |