Phosphorus
A tool like Postman
什么是Phosphorus?
Phosphorus是由HuntBao开发的Chrome扩展程序,该扩展的主要功能是“A tool like Postman”。
扩展截图
下载Phosphorus扩展crx文件
下载Phosphorus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
有范云协作 NEI 接口管理平台配套接口测试工具 扩展基本信息
| 名称 | |
| 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"
} | |