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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |