Phosphorus
A tool like Postman
What is Phosphorus?
Phosphorus is a Chrome extension developed by nehzwd, and its main feature is "A tool like Postman".
Extension Screenshots
Download Phosphorus Extension CRX File
Download Phosphorus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A tool like Postman for NEI Platform
Extension Basic Information
Name | Phosphorus |
ID | piaeaaejbhdohaihefehocabkanhlpoh |
Official URL | https://chromewebstore.google.com/detail/phosphorus/piaeaaejbhdohaihefehocabkanhlpoh |
Description | A tool like Postman |
File Size | 595 KB |
Installation Count | 485 |
Current Version | 1.0.2 |
Last Updated | 2015-12-04 |
Publish Date | 2015-12-04 |
Rating | 5.00/5 Total 6 Ratings |
Developer | nehzwd |
Payment Type | free |
Extension Website | https://github.com/huntbao/phosphorus |
Supported Languages | 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" } |