URL Query Editor
Add and edit URL query parameters more easily.
URL Query Editor란 무엇입니까?
URL Query Editor은(는) Arthur Liao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add and edit URL query parameters more easily."입니다.
확장 프로그램 스크린샷
URL Query Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps you to add and edit URL query parameters more easily. Autocomplete is enabled to facilitate parameter input. You may configure the autocomplete suggestion list in the options page. Default shortcut key: - MacOS: Command + U - Windows: ALT + U Issues: - TAB does not work initially on Windows. This is a Chrome regression (chromium issue 122352). Version 1.0.2 (5/27/2013) - Fix TAB focus issue on Mac Version 1.0 (5/26/2013) - Initial release
확장 프로그램 기본 정보
이름 | URL Query Editor |
ID | kapcngknfepfobkbinmkdakbjobieoam |
공식 URL | https://chromewebstore.google.com/detail/url-query-editor/kapcngknfepfobkbinmkdakbjobieoam |
설명 | Add and edit URL query parameters more easily. |
파일 크기 | 108 KB |
설치 횟수 | 1,280 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2013-05-28 |
출시 날짜 | 2013-05-27 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | Arthur Liao |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Query Editor", "description": "Add and edit URL query parameters more easily.", "version": "1.0.2", "permissions": [ "storage", "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+U", "mac": "Command+U" } } }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon38.png", "default_popup": "popup.html" } } |