Phosphorus

A tool like Postman

Apa itu Phosphorus?

Phosphorus adalah ekstensi Chrome yang dikembangkan oleh HuntBao, dan fitur utamanya adalah "A tool like Postman".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Phosphorus

Unduh file ekstensi Phosphorus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Phosphorus Phosphorus
ID jpjalckgagoebabfphdnaeeilicepjnj
URL Resmi https://chromewebstore.google.com/detail/phosphorus/jpjalckgagoebabfphdnaeeilicepjnj
Deskripsi A tool like Postman
Ukuran File 595 KB
Jumlah Instalasi 75
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2016-08-10
Tanggal Publikasi 2016-08-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang HuntBao
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/huntbao
Bahasa yang Didukung 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"
}