You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.5 KiB
56 lines
1.5 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title data-i18n="options"></title>
|
|
|
|
<link rel="stylesheet" href="../css/styles.css">
|
|
|
|
<script src="../js/utils.js"></script>
|
|
<script src="../js/options.js"></script>
|
|
</head>
|
|
<body class="body__options">
|
|
<div class="options">
|
|
<button data-i18n="clearCache" class="options__cache"> </button>
|
|
|
|
<label class="options__label">
|
|
<input class="options__checkbox" type="checkbox">
|
|
|
|
<span data-i18n="optionUpgradeMessage"> </span>
|
|
</label>
|
|
|
|
<label class="options__label">
|
|
<input class="options__checkbox" type="checkbox">
|
|
|
|
<span data-i18n="optionDynamicIcon"> </span>
|
|
</label>
|
|
|
|
<label class="options__label">
|
|
<input class="options__checkbox" type="checkbox">
|
|
|
|
<span data-i18n="optionBadge"> </span>
|
|
</label>
|
|
|
|
<label class="options__label">
|
|
<input class="options__checkbox" type="checkbox">
|
|
|
|
<span data-i18n="optionShowCached">Show cached results</span>
|
|
</label>
|
|
|
|
<label class="options__label">
|
|
<input class="options__checkbox" type="checkbox">
|
|
|
|
<span data-i18n="optionTracking"> </span>
|
|
</label>
|
|
|
|
<label class="options__label">
|
|
<span data-i18n="optionApiKey"> </span>
|
|
|
|
<input class="options__input" type="password">
|
|
</label>
|
|
</div>
|
|
</body>
|
|
</html>
|