FirePHP (Official)
Log from PHP to a devtools panel.
What is FirePHP (Official)?
FirePHP (Official) is a Chrome extension developed by https://firephp.org, and its main feature is "Log from PHP to a devtools panel.".
Extension Screenshots
Download FirePHP (Official) Extension CRX File
Download FirePHP (Official) 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
Log from PHP to a Browser Developer Tools FirePHP Console Panel via HTTP Response Headers. Supported protocols: - FirePHP (Wildfire based) - Chrome Logger For a list of supported server libraries see http://firephp.org
Extension Basic Information
Name | FirePHP (Official) |
ID | ikfbpappjhegehjflebknjbhdocbgkdi |
Official URL | https://chromewebstore.google.com/detail/firephp-official/ikfbpappjhegehjflebknjbhdocbgkdi |
Description | Log from PHP to a devtools panel. |
File Size | 849 KB |
Installation Count | 5,084 |
Current Version | 1.5.4 |
Last Updated | 2020-12-24 |
Publish Date | 2019-08-21 |
Rating | 2.00/5 Total 4 Ratings |
Developer | https://firephp.org |
[email protected] | |
Payment Type | free |
Extension Website | http://firephp.org |
Help Page URL | https://github.com/firephp/firephp-for-browser-devtools/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Log from PHP to a devtools panel.", "name": "FirePHP (Official)", "version": "1.5.4", "short_name": "FirePHP", "homepage_url": "http:\/\/firephp.org", "author": "Christoph Dorn", "icons": { "16": "skin\/__icon_16.png", "48": "skin\/__icon_48.png", "128": "skin\/__icon_128.png" }, "permissions": [ "activeTab", "storage", "webNavigation" ], "content_security_policy": "script-src 'self'; style-src 'self'; object-src 'self'; img-src 'self'", "optional_permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "devtools_page": "devtools-page.html", "background": { "page": "background.html" }, "page_action": { "default_popup": "scripts\/devtools\/dist\/page-action.html", "default_icon": { "16": "skin\/__icon_16.png", "48": "skin\/__icon_48.png", "128": "skin\/__icon_128.png" } }, "version_name": "1.5.4" } |