Edit URL
Easily edit a URL.
Edit URLとは何ですか?
Edit URLはvarunlによって開発されたChromeの拡張機能で、その主な機能は「Easily edit a URL.」です。
拡張機能のスクリーンショット
Edit URL拡張機能のCRXファイルをダウンロード
Edit URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a very simple yet powerful tool. Ofter there are times, specially with developers, that you need to modify some parameter of a particularly long url, and it's not easy to browse for that parameters name.
This extension lays out all the parameters names in a pretty format, so it's easy to modify them. 拡張機能の基本情報
| 名前 | |
| ID | gjddnlipighelnjodhlhhngpinoppkid |
| 公式URL | https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid |
| 説明 | Easily edit a URL. |
| ファイルサイズ | 121 KB |
| インストール数 | 904 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2013-05-12 |
| 公開日 | 2013-05-12 |
| 評価 | 4.71/5 合計 7 レビュー |
| 開発者 | varunl |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Edit URL",
"description": "Easily edit a URL.",
"version": "1.1",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon_16.png",
"default_popup": "popup.html"
}
} | |