Url Editor
This extension lets you edit the url GET parameters easily
Url Editorとは何ですか?
Url Editorはlorenzo.marconによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you edit the url GET parameters easily」です。
拡張機能のスクリーンショット
Url Editor拡張機能のCRXファイルをダウンロード
Url Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | dadjkjhedljpelgcdeefpaiifembfkic |
| 公式URL | https://chromewebstore.google.com/detail/url-editor/dadjkjhedljpelgcdeefpaiifembfkic |
| 説明 | This extension lets you edit the url GET parameters easily |
| ファイルサイズ | 15.73 KB |
| インストール数 | 74 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-05-14 |
| 公開日 | 2014-05-14 |
| 評価 | 2.00/5 合計 4 レビュー |
| 開発者 | lorenzo.marcon |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Url Editor",
"description": "This extension lets you edit the url GET parameters easily",
"version": "1.0",
"short_name": "Urledit",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"popup.js"
]
}
} | |