Phosphorus
A tool like Postman
Phosphorusとは何ですか?
Phosphorusはnehzwdによって開発されたChromeの拡張機能で、その主な機能は「A tool like Postman」です。
拡張機能のスクリーンショット
Phosphorus拡張機能のCRXファイルをダウンロード
Phosphorus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        A tool like Postman for NEI Platform                     拡張機能の基本情報
| 名前 |   |  
| ID | piaeaaejbhdohaihefehocabkanhlpoh | 
| 公式URL | https://chromewebstore.google.com/detail/phosphorus/piaeaaejbhdohaihefehocabkanhlpoh | 
| 説明 | A tool like Postman | 
| ファイルサイズ | 595 KB | 
| インストール数 | 485 | 
| 現在のバージョン | 1.0.2 | 
| 最終更新日 | 2015-12-04 | 
| 公開日 | 2015-12-04 | 
| 評価 | 5.00/5 合計 6 レビュー | 
| 開発者 | nehzwd | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/huntbao/phosphorus | 
| 対応言語 | en-US | 
| 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.2"
}  |  |