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によって開発されたChromeの拡張機能で、その主な機能は「No separate window required! This is the legacy postman extension that can run in a Chrome tab. * Now runs in tab. * Does not…」です。

拡張機能のスクリーンショット

screenshot

Tabbed Postman - REST Client拡張機能のCRXファイルをダウンロード

Tabbed Postman - REST Client拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}