EditURL
Allow to edit decoded GET parameters on current page
EditURLとは何ですか?
EditURLはlukyanovによって開発されたChromeの拡張機能で、その主な機能は「Allow to edit decoded GET parameters on current page」です。
拡張機能のスクリーンショット
EditURL拡張機能のCRXファイルをダウンロード
EditURL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to edit GET parameters on any page. It automatically decodes and encodes GET parameters for you. For example url http://example.com/calc?set_var=x%3D3&expression=x%2B2#result can be edited as: location: http://example.com/calc ?parameters: set_vat = x=3 expression = x+2 #hash: result
拡張機能の基本情報
名前 | EditURL |
ID | oonajjdihojcjhmmalicajeepammcooi |
公式URL | https://chromewebstore.google.com/detail/editurl/oonajjdihojcjhmmalicajeepammcooi |
説明 | Allow to edit decoded GET parameters on current page |
ファイルサイズ | 9.3 KB |
インストール数 | 404 |
現在のバージョン | 1.1 |
最終更新日 | 2013-09-12 |
公開日 | 2013-09-12 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | lukyanov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EditURL", "description": "Allow to edit decoded GET parameters on current page", "version": "1.1", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_title": "Edit", "default_icon": "48x48.png", "default_popup": "popup.html" } } |