extension console logs only in debug mode
This commit is contained in:
@@ -29,6 +29,21 @@
|
||||
color: #050505;
|
||||
}
|
||||
|
||||
.toggle-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-bottom: 8px;
|
||||
font-weight: 600;
|
||||
color: #050505;
|
||||
}
|
||||
|
||||
.toggle-label input {
|
||||
margin: 0;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
@@ -106,6 +121,14 @@
|
||||
<div class="info">Wähle das Browser-Profil aus, mit dem du aktuell arbeitest.</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<label class="toggle-label">
|
||||
<input type="checkbox" id="debugLoggingToggle">
|
||||
<span>Debug-Logging aktivieren</span>
|
||||
</label>
|
||||
<div class="info">Schaltet ausführliche Konsolen-Ausgaben im Content Script ein.</div>
|
||||
</div>
|
||||
|
||||
<div id="status" class="status"></div>
|
||||
|
||||
<div class="btn-group">
|
||||
@@ -116,4 +139,4 @@
|
||||
<script src="config.js"></script>
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user