{"id":16525575,"url":"https://github.com/andrewn/firephp-chrome","last_synced_at":"2026-03-06T12:31:42.159Z","repository":{"id":845465,"uuid":"571399","full_name":"andrewn/firephp-chrome","owner":"andrewn","description":"FirePHP as a Chrome extension","archived":false,"fork":false,"pushed_at":"2015-09-04T14:59:54.000Z","size":284,"stargazers_count":61,"open_issues_count":6,"forks_count":16,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T23:42:38.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-20T14:50:15.000Z","updated_at":"2025-05-31T14:19:31.000Z","dependencies_parsed_at":"2022-07-05T18:08:47.979Z","dependency_job_id":null,"html_url":"https://github.com/andrewn/firephp-chrome","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewn/firephp-chrome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Ffirephp-chrome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Ffirephp-chrome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Ffirephp-chrome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Ffirephp-chrome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewn","download_url":"https://codeload.github.com/andrewn/firephp-chrome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Ffirephp-chrome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30176172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T17:04:07.111Z","updated_at":"2026-03-06T12:31:42.119Z","avatar_url":"https://github.com/andrewn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nFirePHP-chrome is an extension for Google Chrome to allow the Chrome console to display FirePHP messages. \n\nFor more details of FirePHP: \n  http://www.firephp.org/\n\nHow to install\n--------------\nThis extension uses Chrome's \"experimental extensions\" so you'll need to enable these in your browser first:\n1. Type \"chrome://flags/\" into Chrome's title bar\n2. Find \"Experimental Extension APIs\" in the list\n3. Click \"Enable\"\n4. Restart Chrome\n\nThere are 2 ways to install the extension. \n\n### Using CRX file:\n1. Click on this link: \n   https://github.com/andrewn/firephp-chrome/raw/master/dist/firephp-0.3.0.crx\n2. Chrome will warm you about extensions and apps, click \"Continue\"\n3. Chrome will ask you if you want to \"Install FirePHP-chrome\", click \"Install\"\n\n### From source (if you want to develop the extension):\n1. Download or clone the source\n2. Open the extensions page via Window -\u003e Extensions\n3. Click on \"Load unpacked extension\"\n4. Navigate to the \"src/\" directory and \"Select\"\n\nHow to use\n----------\nTo use this extension, navigate to the page you want to inspect and:\n1. Open the Developer Tools (Wrench -\u003e Tools -\u003e Developer Tools)\n2. Click on the \"Console\" tab\n3. Refresh the page\n\nYou should now see any FirePHP messages sent from the server in the console output.\n\nSupported types\n---------------\nWARN, LOG, INFO, ERROR, EXCEPTION are the currently supported types.\n\nHow it works\n------------\nA page with the Developer Tools panel open will have a FirePHP request header appended.\n\nThe response headers are parsed in a background page, and sent through to a script running on the original page that outputs them to the console.\n\nAdding new types\n----------------\nSee the 'actionsToOutputMap' in src/js/bridge.js which is a map of action types \"log\", \"info\", \"exception\" to functions that format and output the info into the page. Add your type here and send me a pull request.\n\nTesting\n-------\nThere's a ruby-based test service that sends headers for each of the supported types. If you add a new type, it would be good if you could change the service to output the correct headers too as this makes testing easier.\n\nRunning the test service:\n $ cd test-service\n $ bundle install\n $ bundle exec rackup\n [2011-10-29 14:40:28] INFO  WEBrick 1.3.1\n [2011-10-29 14:40:28] INFO  ruby 1.8.7 (2010-01-10) [universal-darwin11.0]\n [2011-10-29 14:40:28] INFO  WEBrick::HTTPServer#start: pid=14191 port=9292\n\nYou can now visit the test server at http://localhost:9292/\n\nIt displays a list of the items being logged and viewing the console should show the same messages in the output.\n\nTODO:\n----\n- support more logging types (from here: http://reference.developercompanion.com/Tools/FirePHPCompanion/Run/Examples/)\n- remove test service and use developer comapnion examples\n- autoupdating","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn%2Ffirephp-chrome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewn%2Ffirephp-chrome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn%2Ffirephp-chrome/lists"}