Phosphorus

A tool like Postman

Was ist Phosphorus?

Phosphorus ist eine Chrome-Erweiterung, die von HuntBao entwickelt wurde, und ihr Hauptmerkmal ist "A tool like Postman".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Phosphorus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Phosphorus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Phosphorus Phosphorus
ID jpjalckgagoebabfphdnaeeilicepjnj
Offizielle URL https://chromewebstore.google.com/detail/phosphorus/jpjalckgagoebabfphdnaeeilicepjnj
Beschreibung A tool like Postman
Dateigröße 595 KB
Installationsanzahl 75
Aktuelle Version 1.0.4
Letztes Update 2016-08-10
Veröffentlichungsdatum 2016-08-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler HuntBao
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/huntbao
Unterstützte Sprachen 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"
}