Savior

A devtool that makes easy sharing requests easy

什麼是Savior?

Savior是由espen開發的Chrome擴展程式,該擴展的主要功能是“A devtool that makes easy sharing requests easy”。

擴展截圖

screenshot
screenshot
screenshot

下載Savior擴展crx文件

下載Savior擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Savior
ID jmdpeobafnjdgdgbigijnnifnfhinhjj
官方網址 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"
    }
}