Savior

A devtool that makes easy sharing requests easy

Savior क्या है?

Savior espen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A devtool that makes easy sharing requests easy"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Savior एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}