Phosphorus

A tool like Postman

Cos'è Phosphorus?

Phosphorus è un'estensione di Chrome sviluppata da HuntBao, e la sua funzione principale è "A tool like Postman".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Phosphorus

Scarica i file di estensione Phosphorus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Phosphorus Phosphorus
ID jpjalckgagoebabfphdnaeeilicepjnj
URL Ufficiale https://chromewebstore.google.com/detail/phosphorus/jpjalckgagoebabfphdnaeeilicepjnj
Descrizione A tool like Postman
Dimensione del File 595 KB
Conteggio Installazioni 75
Versione Corrente 1.0.4
Ultimo Aggiornamento 2016-08-10
Data di Pubblicazione 2016-08-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore HuntBao
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/huntbao
Lingue Supportate 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"
}