Phosphorus

A tool like Postman

Phosphorus란 무엇입니까?

Phosphorus은(는) HuntBao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool like Postman"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Phosphorus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        有范云协作 NEI 接口管理平台配套接口测试工具                    

확장 프로그램 기본 정보

이름 Phosphorus Phosphorus
ID jpjalckgagoebabfphdnaeeilicepjnj
공식 URL https://chromewebstore.google.com/detail/phosphorus/jpjalckgagoebabfphdnaeeilicepjnj
설명 A tool like Postman
파일 크기 595 KB
설치 횟수 75
현재 버전 1.0.4
최근 업데이트 2016-08-10
출시 날짜 2016-08-09
평점 5.00/5 총 2 개의 평점
개발자 HuntBao
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/huntbao
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icons\/19x19.png",
        "default_title": "Phosphorus - A tool like Postman"
    },
    "icons": {
        "16": "images\/icons\/16x16.png",
        "19": "images\/icons\/19x19.png",
        "32": "images\/icons\/32x32.png",
        "48": "images\/icons\/48x48.png",
        "128": "images\/icons\/128x128.png"
    },
    "description": "A tool like Postman",
    "manifest_version": 2,
    "name": "Phosphorus",
    "short_name": "Phosphorus - A tool like Postman",
    "minimum_chrome_version": "28",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self'",
    "web_accessible_resources": [
        "index.html"
    ],
    "version": "1.0.4"
}