Savior
A devtool that makes easy sharing requests easy
Savior란 무엇입니까?
Savior은(는) espen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A devtool that makes easy sharing requests easy"입니다.
확장 프로그램 스크린샷
Savior 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you've ever been in a situation where you have had to copy and paste URLs, headers or status codes in order to describe an issue with a servlet, you know this is tedious and error-prone. Often you forget important information, and the developer will have to contact you to get the required fields to diagnose the issue. That is okay, we're all human! But what if there was a better way? Savior makes this an issue of the past by making it plain easy to generate a beautiful, well organized HTML document that contains all the details of the request and response. This document can be either sent to a developer or attached to an issue in an issue tracker like Bugzilla or Jira. Generating plain text is also supported, intended for use with chat platforms like Slack and IRC.
확장 프로그램 기본 정보
이름 | Savior |
ID | jmdpeobafnjdgdgbigijnnifnfhinhjj |
공식 URL | https://chromewebstore.google.com/detail/savior/jmdpeobafnjdgdgbigijnnifnfhinhjj |
설명 | A devtool that makes easy sharing requests easy |
파일 크기 | 372 KB |
설치 횟수 | 251 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-11-10 |
출시 날짜 | 2018-11-09 |
개발자 | espen |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/esphen/savior |
도움말 페이지 URL | https://github.com/esphen/savior/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Savior", "version": "1.0", "description": "A devtool that makes easy sharing requests easy", "homepage_url": "https:\/\/github.com\/esphen\/savior", "permissions": [ "downloads", "clipboardWrite" ], "background": { "scripts": [ "devtools\/browser-polyfill.js", "background\/script.js" ] }, "devtools_page": "devtools\/requests.html", "icons": { "16": "devtools\/icons\/icon-16.png", "20": "devtools\/icons\/icon-20.png", "24": "devtools\/icons\/icon-24.png", "32": "devtools\/icons\/icon-32.png", "48": "devtools\/icons\/icon-48.png", "64": "devtools\/icons\/icon-64.png", "128": "devtools\/icons\/icon-128.png", "256": "devtools\/icons\/icon-256.png", "512": "devtools\/icons\/icon-512.png" } } |