Recenzije za ChromeLogger
ChromeLogger od BurningMoth
24 recenzije
- Ocijenjeno s 5 od 5od Marc, prije 4 mjeseca
- Ocijenjeno s 5 od 5od AmericanIntelligenceMachines, prije 8 mjeseci
- Ocijenjeno s 5 od 5od DP Dev, prije 2 godine
- Ocijenjeno s 5 od 5od Nina, prije 2 godine
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 17447093, prije 3 godine
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 16987925, prije 4 godine
- Ocijenjeno s 5 od 5od iNeRdS, prije 5 godinai need you to monitor all my activities from this I.P. address I am sure you boys no what to do better than i describe
- Ocijenjeno s 5 od 5od Don, prije 5 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 15064500, prije 6 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14666722, prije 7 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13079274, prije 7 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14035565, prije 7 godina
- Ocijenjeno s 5 od 5od dadazord, prije 8 godina
- Ocijenjeno s 5 od 5od Joe Rooster, prije 8 godinaWorks as expected and better than other add-ons that (try to) put out messages from ChromePHP. Thank you :-)
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13483795, prije 8 godinaOk so the problems I reported earlier are fixed and logging is working as expected now. Thanks for a great bit of digital kit?
- Ocijenjeno s 5 od 5od Patrick Brosset, prije 8 godinaWorks for me now. It was updated last week and it fixes the issue people have been talking about in the comments!
Thanks! - Ocijenjeno s 5 od 5od Korisnik Firefoxa 13328225, prije 8 godinaSince version 1.1.1 it works as it should. Thanks!
- Ocijenjeno s 5 od 5od skrymir01, prije 8 godinaUpdated Review:
Issue's been resolved and logs my messages like a champ.
Previous Review:
Produces error: TypeError: window.console[method] is undefined
The reason appears to be that it assumes the console method will be sent in the response. This will be the case for the all logging types _except_ "log". According to the Chrome Logger technical specifications at https://craig.is/writing/chrome-logger/techspecs, if you want to log, you should send an empty string (to save on size). Therefore the add-on ought to use "log" if "method" is empty. I believe the following would be sufficient to fix it:
console[method || 'log']
I couldn't find a repository to log this issue at or submit a pull request, so I had to use the review section.