FirePHP (Official)
Log from PHP to a devtools panel.
Wat is FirePHP (Official)?
FirePHP (Official) is een Chrome-extensie ontwikkeld door https://firephp.org, en de belangrijkste functie is "Log from PHP to a devtools panel.".
Extensie Screenshots
Download het CRX-bestand van de extensie FirePHP (Official)
Download FirePHP (Official)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | FirePHP (Official) |
ID | ikfbpappjhegehjflebknjbhdocbgkdi |
Officiële URL | https://chromewebstore.google.com/detail/firephp-official/ikfbpappjhegehjflebknjbhdocbgkdi |
Beschrijving | Log from PHP to a devtools panel. |
Bestandsgrootte | 849 KB |
Aantal Installaties | 5,084 |
Huidige Versie | 1.5.4 |
Laatst Bijgewerkt | 2020-12-24 |
Publicatiedatum | 2019-08-21 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://firephp.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://firephp.org |
Help Pagina-URL | https://github.com/firephp/firephp-for-browser-devtools/issues |
Ondersteunde Talen | 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" } |