|
|
|
<!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>
|