Phosphorus
A tool like Postman
Wat is Phosphorus?
Phosphorus is een Chrome-extensie ontwikkeld door HuntBao, en de belangrijkste functie is "A tool like Postman".
Extensie Screenshots
Download het CRX-bestand van de extensie Phosphorus
Download Phosphorus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
有范云协作 NEI 接口管理平台配套接口测试工具
Basisinformatie over de Extensie
Naam | Phosphorus |
ID | jpjalckgagoebabfphdnaeeilicepjnj |
Officiële URL | https://chromewebstore.google.com/detail/phosphorus/jpjalckgagoebabfphdnaeeilicepjnj |
Beschrijving | A tool like Postman |
Bestandsgrootte | 595 KB |
Aantal Installaties | 75 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2016-08-10 |
Publicatiedatum | 2016-08-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | HuntBao |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/huntbao |
Ondersteunde Talen | 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" } |