Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccampbell/chromelogger
chrome extension for server side console logging
https://github.com/ccampbell/chromelogger
chrome chrome-extension console developer-tools development
Last synced: 4 days ago
JSON representation
chrome extension for server side console logging
- Host: GitHub
- URL: https://github.com/ccampbell/chromelogger
- Owner: ccampbell
- Created: 2010-11-21T23:05:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T20:35:39.000Z (over 2 years ago)
- Last Synced: 2024-04-08T16:51:35.410Z (10 months ago)
- Topics: chrome, chrome-extension, console, developer-tools, development
- Language: JavaScript
- Homepage: http://www.chromelogger.com
- Size: 142 KB
- Stars: 896
- Watchers: 40
- Forks: 85
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This is the official repository of the Chrome Logger extension for Google Chrome.
### Links
- [Official Site](http://chromelogger.com)
- [Tech Spec](http://craig.is/writing/chromelogger/techspecs)
- [Chrome Web Store](https://chrome.google.com/webstore/detail/chrome-logger/noaneddfkdjfnfdakjjmocngnfkfehhd)## Libraries
This is a list of available server side libraries
- [Python](http://github.com/ccampbell/chromelogger-python)
- [PHP](http://github.com/ccampbell/chromephp)
- [Ruby](https://github.com/cookrn/chrome_logger)
- Node.js
- [General](https://github.com/yannickcr/node-chromelogger)
- [Express](https://github.com/olahol/express-chrome-logger)
- [.NET](https://github.com/ChrisMissal/chromelogger)
- [ColdFusion](http://github.com/s992/chromelogger-cf)
- [Go](http://github.com/pilu/traffic-chromelogger)
- [Java](https://code.google.com/p/chromelogger4j/)
- [Perl](https://metacpan.org/pod/Web::ChromeLogger)
- [Classic ASP](https://github.com/danielmarcoto/asp2console)## Development
To install manually for development
1. [Download](https://github.com/ccampbell/chromelogger/archive/master.zip) this repository
2. Unzip the repository
3. In Chrome go to Window => Extensions or [chrome://extensions/](chrome://extensions/)
4. Click the ``Load unpacked extension...`` button
5. Select the directory you created in step 2Any time you make a change go back to the Chrome extensions manager page and refresh.