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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Tabbed Postman - REST Client

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}