Phosphorus

A tool like Postman

Qu'est-ce que Phosphorus ?

Phosphorus est une extension Chrome développée par HuntBao, et sa fonction principale est "A tool like Postman".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Phosphorus

Téléchargez les fichiers d'extension Phosphorus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Phosphorus Phosphorus
ID jpjalckgagoebabfphdnaeeilicepjnj
URL Officiel https://chromewebstore.google.com/detail/phosphorus/jpjalckgagoebabfphdnaeeilicepjnj
Description A tool like Postman
Taille du Fichier 595 KB
Nombre d'Installations 75
Version Actuelle 1.0.4
Dernière Mise à Jour 2016-08-10
Date de Publication 2016-08-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur HuntBao
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/huntbao
Langues Prises en Charge 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"
}