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…"입니다.
확장 프로그램 스크린샷
Tabbed Postman - REST Client 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |