Phosphorus

A tool like Postman

什麼是Phosphorus?

Phosphorus是由HuntBao開發的Chrome擴展程式,該擴展的主要功能是“A tool like Postman”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Phosphorus擴展crx文件

下載Phosphorus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Phosphorus Phosphorus
ID jpjalckgagoebabfphdnaeeilicepjnj
官方網址 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"
}