Tabbed Postman - REST Client

No separate window required! This is the legacy postman extension that can run in a Chrome tab. * Now runs in tab. * Does not…

Tabbed Postman - REST Client क्या है?

Tabbed Postman - REST Client oznu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No separate window required! This is the legacy postman extension that can run in a Chrome tab. * Now runs in tab. * Does not…"।

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

screenshot

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

crx प्रारूप में Tabbed Postman - REST Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        No separate window required!

This is the legacy postman extension that can run in a Chrome tab.

* Now runs in tab.
* Does not present itself as a Chrome App.
* Does not open a new window.
* Accessed by clicking the postman icon in the Chrome toolbar.

This chrome extension is not supported or maintained by Postdot Technologies.

Forked from: https://github.com/postmanlabs/postman-chrome-extension-legacy
State changes: https://github.com/oznu/postman-chrome-extension-legacy/commits/master

Distributed under Apache License 2.0
Copyright 2015 Postdot Technologies Pvt. Ltd.
Copyright 2011 Abhinav Asthana                    

एक्सटेंशन की मूल जानकारी

नाम Tabbed Postman - REST Client Tabbed Postman - REST Client
ID coohjcphdfgbiolnekdpbcijmhambjff
आधिकारिक URL https://chromewebstore.google.com/detail/tabbed-postman-rest-clien/coohjcphdfgbiolnekdpbcijmhambjff
विवरण No separate window required! This is the legacy postman extension that can run in a Chrome tab. * Now runs in tab. * Does not…
फ़ाइल का आकार 1.9 MB
स्थापना संख्या 131,727
वर्तमान संस्करण 0.8.4.22
अंतिम अपडेट 2020-09-25
प्रकाशन तिथि 2018-03-23
रेटिंग 4.55/5 कुल 165 रेटिंग्स
डेवलपर oznu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/oznu/postman-chrome-extension-legacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "0.8.4.22",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "Postman - REST Client"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "default_locale": "en",
    "permissions": [],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "default-src 'self'; connect-src *; script-src 'self'; style-src * blob: data: filesystem: 'unsafe-inline'; img-src *; frame-src * blob: data: filesystem:; font-src * blob: data: filesystem:; media-src *;",
    "offline_enabled": true
}