relog
PHP logs in your shell and Chrome DevTools
Vad är relog?
relog är en Chrome-tillägg utvecklad av Hristiyan Dodov, och dess huvudfunktion är "PHP logs in your shell and Chrome DevTools".
Tilläggsskärmbilder
Ladda ner relog-förlängningens CRX-fil
Ladda ner relog-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension is used to connect to a WebSocket server that streams logs and display them in the DevTools console. For the extension to work you need to start a server first. This is done via the following npm package:
https://www.npmjs.com/package/relog
For more information on usage, check the GitHub page:
https://github.com/hdodov/relog Grundläggande Information om Tillägg
| Namn | |
| ID | pdnfjolnfbmlmncgkjphobojiglpcpic |
| Officiell webbadress | https://chromewebstore.google.com/detail/relog/pdnfjolnfbmlmncgkjphobojiglpcpic |
| Beskrivning | PHP logs in your shell and Chrome DevTools |
| Filstorlek | 24.72 KB |
| Antal Installationer | 17 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2019-07-06 |
| Publiceringsdatum | 2019-07-01 |
| Utvecklare | Hristiyan Dodov |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/hdodov/relog |
| Hjälpsida URL | https://github.com/hdodov/relog/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0.3",
"name": "relog",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"description": "PHP logs in your shell and Chrome DevTools",
"permissions": [
" | |